Usnig Hyperlinks

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

Guest

I am using Excel XP. I have a workbook with multiple worksheets. Can I use
find and replace to find an entry that appears on multiple sheets and replace
it with a hyperlink to another file?
 
Yes,
Example:
Select EDIT from the top menu. Then select REPLACE.
Put the entry that you want to replace in the 'Find What' box.
Put the full name of the file you want to hyperlink to in the 'Replace With'
box.
You need to put the full name within the Hyperlink function. The Replace
With box should have something like...
=hyperlink("D:\Temp\MyFile.xls")
This will create a hyperlink where the entry once was.
HTH,
Gary Brown
 
Gary thanks! Now, how can I change the text in the cells and still retain
the hyperlink?
 
Look in help for the hyperlink function

=HYPERLINK("link","Friendly Name")

put the text where friendly name is
 
Unfortunately now, although the cell appears to be a link, when I click on it
I get an error message "Cannot open the specified file". Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top