4,374 questions
Use Application.ActiveWorkbook.Path for just the path itself (without the workbook name) or
Application.ActiveWorkbook.FullName for the path with the workbook name.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
The following is version of Excel macro
I do not know why Application.ActiveWorkbook.Path is not having path of Excel file which is being stored on Sharepoint but it is having value below.
\hkgclhctx\home$\wong.peter
Use Application.ActiveWorkbook.Path for just the path itself (without the workbook name) or
Application.ActiveWorkbook.FullName for the path with the workbook name.