Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.links
|
|||
|
|||
![]()
Bill -
That's a very elegant solution, exactly what I was looking for. I was close to implementing something horrible, like an onopen macro that would fix the hyperlinks.Plus I appreciate learning about why and how Excel is doing this. Thanks for your help! Dennis "Bill Manville" wrote in message ... You're talking about hyperlinks I guess. By default, if the destination file of the link is addressable relative to the folder in which the workbook is saved then Excel will try to turn the links into relative links. This has the advantage that if different users access the file by different drive letter mappings or if you move the files as a set then the links will still work. The down-side is that if you move the workbook the links will no longer work. One solution (before the links get changed to being relative!) is to set the hyperlink base address for the workbook to a non-existent path (e.g. \\NoServer\Nodirectory ). If the workbook has such a hyperlink base address for the workbook then the links will not be changed (as relative links would be interpreted as starting from the hyperlink base address). To set the hyperlink base, in Excel 2003 or earlier (you didn't say which version, it always helps): - Open the workbook; ensure the hyperlinks are addressing the correct locations; File Properties Summary Hyperlink Base : enter some non-existent path. An alternative solution is to specify the hyperlinks using the HYPERLINK worksheet function. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - disable automatic function | Excel Worksheet Functions | |||
how to disable automatic nr conversion | Excel Discussion (Misc queries) | |||
Disable automatic GETPIVOT | Setting up and Configuration of Excel | |||
Disable automatic GETPIVOT | Excel Worksheet Functions | |||
Disable Update Automatic Links | Excel Discussion (Misc queries) |