Share via


Application.Excel4IntlMacroSheets Property

Excel Developer Reference

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 an Application object.

Remarks

Using this property with the Application object or without an object qualifier is equivalent to using ActiveWorkbook.Excel4IntlMacroSheets.

See Also