Workbook.Excel4IntlMacroSheets Property
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.
| Visual Basic for Applications |
|---|
|