Search notes:
Excel Object Model: Workbook.Path
workbook.path
evaluates to the filesystem directory (without file name) where the corresponding
workbook
is stored.
In order to get the
full path
(i. e.
with
file name), use the
fullName
property, or the more explicit construct:
wb.path & "\" & wb.name
See also
workbook
Index