FullName Property (IWorkbook)
In This Topic
Gets the name of this workbook, including its path, as a string.
Syntax
'Declaration
ReadOnly Property FullName As String
'Usage
Dim instance As IWorkbook
Dim value As String
value = instance.FullName
Property Value
The full name of this workbook.
See Also