Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I use Excel 2002 and I have a problem with the Hyperlinks vba property. I have created some links in my sheet like C:\Folder\test.xls (using Insert/Hyperlink menu) When I save my sheet, the link becomes ..\..\..\Folder\test.xls (relative path) What I want to do, is to recover the full absolute path using a macro like : Sub Test() For Each h In Cells.Hyperlinks ren = h.Address MsgBox ren Next End Sub But this macro only give a relative path. When I move my mouse cursor on the hyperlink, the full path appears in a comment. It seems that the absolute path is stored somewhere, bur where ? Does somebody know how to recover the full absolute path using vba ? Thanks for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relative Path to a Folder | Excel Discussion (Misc queries) | |||
Relative path | Excel Programming | |||
how to change absolute path to relative path | Excel Worksheet Functions | |||
Relative path | Excel Programming | |||
relative path. | Excel Programming |