Name Property (IWorkbook)
Gets or sets the name of this
Workbook.
'Declaration
Property Name As String
'Usage
Dim instance As IWorkbook
Dim value As String
instance.Name = value
value = instance.Name
Property Value
A string value represents the name of this
Workbook.