Hi everyone,
I have a spreadsheet with hundreds of the following link addresses:
madeupname.com/download/logpdfs/002.pdf/
etc.
I need to change all of them to:
madeupname.com/wp-content/uploads/logs/002.pdf
etc.
So I basically need to change this part of the path
madeupname.com/download/logpdfs/
to
madeupname.com/wp-content/uploads/logs
without changing the actual file name, ie 001.pdf
Is this possible using VBA?
I've searched the web for VBA examples but I can't get them to work
Cheers, Martin
Bookmarks