View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LittleAnn LittleAnn is offline
external usenet poster
 
Posts: 17
Default Hyperlinks - change destination to over 2000 links!!!!

Hi

I have an excel sheet with over 2000 hyperlinks, problem is that the links
are not correct and can not open the source files as the location files have
all been changed.

Is there an easy way to change the file paths, I have tried the =hyperlink
function but to no avail and also inserted a VBA code to show the file path
(currently can only view the text display, so unable to do a simple find and
replace to automatically do all the work for me)!!! Any help would be
appreciated.

The current file path in the sheets is as follows:

file:///\\nts03\Jobs\6_Graphics\IncomingGraphics\Photos\25 Photos 1\250015.JPG

Displaying just 25 Photos 1\250015.JPG on the sheet but I need to change
this to

file:///\\nts03\Jobs\6_Graphics\IncomingGraphics\Photos\11 Photos 1\110015.JPG

with just 110015.jpg showing on the display text.

Thanks