Hyperlinks change on save

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Using Office 2003, when I enter the appropriate text into a cell, a
hyperlink is auotmatically generated. I am happy with this. The link even
works... until I save the workbook.

The pre-save link (I'm checking the actual link through Edit Hyperlink)
looks like this: \\server\Shared Folders\Information management\Records
management

The post-save link looks like this:
.../../../../../Shared%20Folders/Information%20management/Records%20management

Why is this change taking place?

Any insight appreciated.

FLaufs
 
Maybe you could drop the Insert|Hyperlink style of hyperlinks and replace them
with by using the =hyperlink() worksheet function.

======
I'm not sure if this will work with your hyperlinks, but 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)
 
Dave

I have used the =hyperlink() function in this particular situation and it
works.

I have also changed the the Hyperlink Base to C:\ and tested that and it
seems to work!

Thank you so much!
 
Back
Top