A few people have said that this has resolved the problem for them:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)
I like to use the =hyperlink() worksheet function. It has never failed me this
way:
=hyperlink("file:////yourpathtothe/something.xxx","Click me")
==============
If you have to change lots and lots and lots back...
You could use the code from David McRitchie's site:
http://www.mvps.org/dmcritchie/excel/buildtoc.htm
look for:
Fix Hyperlinks (#FixHyperlinks)
If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm
(If it's just a few, I'd do it manually.)
> I have a spreadsheet with several hundred hyperlinks to various documents
> (all within one pathway.
[quoted text clipped - 5 lines]
> happening again and (2) change them all back without having to edit each opne
> individually?

Signature
Dave Peterson