Gets a string that represents the complete path to the workbook/file that this workbook object respresents.
Syntax
'Declaration
ReadOnly Property Path As String
'Usage
Dim instance As IWorkbook
Dim value As String
value = instance.Path
Property Value
The complete path to the workbook/file that this workbook object respresents.
See Also