Hi joakimphooey,
After trying to use the normal Excel Search and Replace, I finally asked Copilot and learned you need some VBA to Search and Replace in the URL/Address of the Hyperlink.
To test this I copied some links to my Column M (see it in the code). I replaced "sheldon" with "parsons" in the URL using the below. NOTE - this search and replace is Case Sensitive.
See if you can understand and/or modify this VBA code to do what you need, now that I understand the problem better.
You might want to change the code so it works with the range of data you want instead of Column 13 (Column M) where I tested. If you have a problem please post your workbook so we can give a better answer.
BTW - a few years back I had a large genealogy database that pointed to Ancestry with about 3000 URL links. Ancestry moved the data to another URL. I needed to get the data into GEDCOM and then edit this very large file using a word processor and then suck it back into the Genealogy program. GEDCOM is really readable text and can be treated in a word processor. I understand your pain in trying to fix URLs in Excel. Also - I didn't do this past problem using Excel but I did test the above answer using Excel.
Bookmarks