Mass Hyperlink Edits?

dstarns

New Member
Joined
Jan 5, 2010
Messages
8
We have a workbook that has many worksheets. Each worksheet has many hyperlinks pointing to files on our network drive.

The problem is the hyperlinks all point to the exact path:

\\server1\excel\books\*.*

Is there a way to edit all the hyperlinks in the workbook and doing a find/replace like this

find: \\server1\excel\books\
replace: \\newserver\newlocation\

Any help or advice would be great. I love how this community works together.

Dave
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi Dave,

Were all those hyperlinks entered by using HYPERLINK function (preferably) ? Or, were they introduced by using CTRL + K command (I hope not) ?
 
Upvote 0
After a little investigation it looks like they were all put in using the CTRL+K option, by the "(I hope not)" I'm worried there isn't an easy fix...:(
 
Upvote 0
Hello again,

First of all, from now on, please make sure any new hyperlink will be created by using HYPERLINK function. Exemple:

=HYPERLINK("\\NewServer\NewLocation","Text to display").

There are two parameters, separated with a comma "," or a semicolon ";" depending on your Regional settings. I always prefer comma ",".

Now, to have your problem solved, you need to convert all your hyperlinks from CTRL + K version to HYPERLINK function version. If you did this, you just need a "classic" CTRL + H, i.e. replace.

To convert the hyperlinks, I would suggest to download, install and use "ASAP Utilities", see www.asap-utilities.com, free version would be just fine.

You just have to chosse "Web" menu, then "Change all hyperlinks to HYPERLINK() formulas".

Cheers, and all the best.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,376
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top