Workbook.Excel4IntlMacroSheets property (Excel)

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."

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.