Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GOH GOH is offline
external usenet poster
 
Posts: 13
Default Why hyperlink does not work after been copied to another file?

When I copied my hyperlink (pointing to certain files in my harddisk) to
another excel sheet, it seem to lose its link to the file.

Msg: "...address is invalid...."

Why? What is the right way to copy?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Why hyperlink does not work after been copied to another file?

If you are having difficulty copying hyperlinks, I reccomend using the
=HYPERLINK() function. For example:

=HYPERLINK("file:///c:\test\alpha.xls","alpha")

--
Gary''s Student - gsnu200903


"GOH" wrote:

When I copied my hyperlink (pointing to certain files in my harddisk) to
another excel sheet, it seem to lose its link to the file.

Msg: "...address is invalid...."

Why? What is the right way to copy?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Why hyperlink does not work after been copied to another file?

A few people have said that this has stopped a similar problem from occurring.
Maybe it'll help you--but you'll have to test it to make sure.

In xl2003 menus:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)

In xl2007:
Click on the Office button
Choose Prepare, then properties.
Then use the arrow on the Document Properties dropdown
Choose Advanced Properties
And then change the hyperlink base on the Summary tab.

===============

I like to use the =hyperlink() worksheet function for this.

I'll put the path in a hidden cell (A1 in my example). (Include the trailing
backslash, too!)

Then put the filenames in A2:Axxx
Then use the =hyperlink() formula in B2:Bxx.

=hyperlink("File:////"&$a$1&a2,"Click me")
and drag down

Then when I need to change the folder, I can change it one location (A1).

I could embed the path directly in the formula:
=hyperlink("File:////c:\my documents\excel\"& a2,"Click me")
and use Edit|Replace, but that seems like more work to me.

GOH wrote:

When I copied my hyperlink (pointing to certain files in my harddisk) to
another excel sheet, it seem to lose its link to the file.

Msg: "...address is invalid...."

Why? What is the right way to copy?


--

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
Copied hyperlink w/bookmarks into Outlook 07 doesn't work Roberta Excel Discussion (Misc queries) 0 October 15th 07 08:50 PM
changing the name of a hyperlink cell when copied BROCK8292 Excel Discussion (Misc queries) 3 September 20th 07 11:40 PM
Copied hyperlink not working jinx Excel Worksheet Functions 4 April 30th 07 04:04 PM
Can't make hyperlink function work for hyperlink to website Frank B Denman Excel Worksheet Functions 15 February 5th 07 11:01 PM
after i save the file my hyperlink does not work in excel 2003 chineshg Excel Worksheet Functions 0 February 10th 06 07:38 PM


All times are GMT +1. The time now is 03:57 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"