#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Hyperlink Copy Error

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €śThe address of this site is not valid. Check the address
and try again.€ť Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Hyperlink Copy Error

Use the =HYPERLINK() formula rather than Inserted hyperlinks
--
Gary''s Student - gsnu200761


"PhilosophersSage" wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €śThe address of this site is not valid. Check the address
and try again.€ť Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlink Copy Error

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")

PhilosophersSage wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €śThe address of this site is not valid. Check the address
and try again.€ť Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Hyperlink Copy Error

Tried =HYPERLINK() and it does not work as some of my files have a dash "-"
in them due to file nameing standards, we cannot use a drive "C:\" as it is a
network resorce and must use UNIMAP address as we span many locations and
many servers.

"Dave Peterson" wrote:

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")

PhilosophersSage wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €œThe address of this site is not valid. Check the address
and try again.€ Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Hyperlink Copy Error

Changeing the Hyperlink base to the UNIMAP server did work I was doing it
wrong the first time. Thank you!

"Dave Peterson" wrote:

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")

PhilosophersSage wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €œThe address of this site is not valid. Check the address
and try again.€ Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Hyperlink Copy Error

Could you please elaborate more? i have the exact same problem and i dont
understand how you fixed it. Thanks

"PhilosophersSage" wrote:

Changeing the Hyperlink base to the UNIMAP server did work I was doing it
wrong the first time. Thank you!

"Dave Peterson" wrote:

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")

PhilosophersSage wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €œThe address of this site is not valid. Check the address
and try again.€ Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hyperlink Copy Error

Go To File, Properties, Summary label, Hyperlink Base
Write the path to the folder where your original file was (the file where
the hyperlinks were created)
All the hyperlinks of that file will be opened from that base folder, and
not the folder path of the current location of the file.
In excel 2007, access to File Properties by: Office Icon, Prepare,
Properties, Document Properties, Advanced Properties, Summary label,
Hyperlink Base

Regards
"Alireza Nejad" wrote:

Could you please elaborate more? i have the exact same problem and i dont
understand how you fixed it. Thanks

"PhilosophersSage" wrote:

Changeing the Hyperlink base to the UNIMAP server did work I was doing it
wrong the first time. Thank you!

"Dave Peterson" wrote:

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")

PhilosophersSage wrote:

When hyperlinking a file in excel I use \\Server/folder/folder/file.xxx or
\\Server\folder\folder\file.xxx however when the file is saved the link
changes to ../../folder/folder/file.xxx the problem comes when I either copy
the cell with the hyperlink or copy the file the hyperlink will no longer
work gives error €œThe address of this site is not valid. Check the address
and try again.€ Any suggestions as how to maintain the hyperlink integrity?
Thank you for any suggestions.

--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink Error in Excel when using # CerealKiller Excel Discussion (Misc queries) 6 December 10th 07 06:35 PM
Find Error, Hyperlink.. nastech Excel Discussion (Misc queries) 0 July 12th 06 08:16 PM
Error using hyperlink tsosmoulis Excel Discussion (Misc queries) 1 June 7th 06 10:18 AM
error in hyperlink desparate Excel Discussion (Misc queries) 2 February 20th 06 02:08 AM
error in hyperlink desparate Excel Discussion (Misc queries) 0 February 17th 06 07:11 AM


All times are GMT +1. The time now is 02:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"