Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RolandIllman
 
Posts: n/a
Default hyperlinks in a spreadsheet keep breaking - any thoughts ?

I have a list with about 380 records which I use with filters on at the top
of the column. One column refers to filenames which I have tried to replace
with hyperlinks - I set the links up then after eg filtering, and moving
around the sheet, and perhaps closing & reopening the book, the links fail to
work again, the error message is "address not valid".
How can I ensure the links keep working ? I am working on a network.
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

I think I'd try creating the hyperlinks using the worksheet function:
=hyperlink().

Say your filename is in A2, then put this in B2:
=hyperlink("file:////"&a2,"Click Me")

and see if it works.

A2 should contain the full path:
c:\my documents\excel\myfile.xls
or
\\sharename\folder\myfile.xls



RolandIllman wrote:

I have a list with about 380 records which I use with filters on at the top
of the column. One column refers to filenames which I have tried to replace
with hyperlinks - I set the links up then after eg filtering, and moving
around the sheet, and perhaps closing & reopening the book, the links fail to
work again, the error message is "address not valid".
How can I ensure the links keep working ? I am working on a network.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Foss
 
Posts: n/a
Default hyperlinks in a spreadsheet keep breaking - any thoughts ?

I encountered this problem when I converted from Office 2000 to Office 2003.
The syntax of the links in Excel to files on my network drives became
scrambled into a web-style format using forward slashes instead of back
slashes. The effect seemed random through - some links continued to work and
some didn't. I could recreated a link and it worked OK until I saved my work
book (without closing Excel) then it became scrambled again. Switching to the
format Dave Peterson recommended seems to be working. Here's the syntax I
adopted:

=HYPERLINK("file:\\folder\folder\...\filename.xls" ,"display name")


"Dave Peterson" wrote:

I think I'd try creating the hyperlinks using the worksheet function:
=hyperlink().

Say your filename is in A2, then put this in B2:
=hyperlink("file:////"&a2,"Click Me")

and see if it works.

A2 should contain the full path:
c:\my documents\excel\myfile.xls
or
\\sharename\folder\myfile.xls



RolandIllman wrote:

I have a list with about 380 records which I use with filters on at the top
of the column. One column refers to filenames which I have tried to replace
with hyperlinks - I set the links up then after eg filtering, and moving
around the sheet, and perhaps closing & reopening the book, the links fail to
work again, the error message is "address not valid".
How can I ensure the links keep working ? I am working on a network.


--

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
how do I remove many hyperlinks from a spreadsheet at one time? davey Excel Discussion (Misc queries) 19 November 15th 08 02:24 PM
Why do long hyperlinks get truncated on save in Excel? colerb Excel Worksheet Functions 1 June 13th 05 10:37 PM
Some exported records do not show on spreadsheet vulcan88 Excel Worksheet Functions 0 March 30th 05 01:11 AM
up-date hyperlinks in Excel PM Excel Worksheet Functions 0 November 11th 04 11:55 AM
Hyperlinks Problems mkab Excel Worksheet Functions 0 November 8th 04 09:22 PM


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