In This Topic
Gets the number of sheets in the workbook.
Syntax
'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As ISheets
Dim value As Integer
value = instance.Count
Property Value
An integer value represents the number of sheets in the workbook.
See Also