I am working on a small piece code by which all hyperlinks in the workbooks will be verified and see whether or not a file associated to certain hyperlink is existing.
My problem is that the return of code "hyperlinks(1).address" was truncated at left side. So I can use this address to tracing down exsistence of the file.
for example, actual path "\\server01\Doc control\Qc\Customer\file.xls " was retrieved as "\\...\..\Customer\file.xls".
Is there any way I can get complete path from anywhere?
Thanks
TianJin
My problem is that the return of code "hyperlinks(1).address" was truncated at left side. So I can use this address to tracing down exsistence of the file.
for example, actual path "\\server01\Doc control\Qc\Customer\file.xls " was retrieved as "\\...\..\Customer\file.xls".
Is there any way I can get complete path from anywhere?
Thanks
TianJin