title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.Excel4IntlMacroSheets property (Excel) |
vbaxl10.chm199169 |
|
|
70a8c8d0-1169-7c3d-904e-5a32a4693f45 |
05/29/2019 |
medium |
Returns a Sheets collection that represents all the Microsoft Excel 4.0 international macro sheets in the specified workbook. Read-only.
expression.Excel4IntlMacroSheets
expression A variable that represents a Workbook object.
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."
[!includeSupport and feedback]