Returns a String that represents the complete path to the workbook/file that this workbook object represents.
Syntax
expression.Path
expression A variable that represents a Workbook object.
Examples
This example displays a message of the active workbook complete path (D:\MyWork\ArtWork
).
MsgBox ActiveWorkbook.Path