Skip to main content

Workbook.Excel4IntlMacroSheets property

Table of contents
  1. Syntax
  2. Example

Returns a Sheets collection that represents all the Microsoft Excel 4.0 international macro sheets in the specified workbook. Read-only.

Syntax

expression.Excel4IntlMacroSheets

expression A variable that represents a Workbook object.

Example

This example displays the number of Microsoft Excel 4.0 international macro sheets in the active workbook.

MsgBox "There are " & ActiveWorkbook.Excel4IntlMacroSheets.count & " Microsoft Excel 4.0 international macro sheets in this workbook."

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>