In This Topic
Internal use only. Determines whether this is the current workbook.
Syntax
'Declaration
Public isCurrentBook As Boolean
'Usage
Dim instance As SupBook
Dim value As Boolean
value = instance.isCurrentBook
instance.isCurrentBook = value
public bool isCurrentBook
See Also