View Single Post
 
Old 07-26-2022, 07:16 PM
aidanlangmead aidanlangmead is offline Windows 10 Office 2021
Novice
 
Join Date: Jul 2022
Posts: 2
aidanlangmead is on a distinguished road
Default How can I replace UNC paths in hyperlinks with webpage paths?

I need to replace hyperlinks that currently link to a file share with links to a Sharepoint site.

So currently the hyperlinks look like:

Code:
\\servername\file\file\file name \worddoc.docx
And it needs to look like:

Code:
https://mydomain.sharepoint.com/sites/file_path/Shared%20Documents/General/
I'm currently having issues using Find and Replace to find the hyperlink paths. When I search ^d HYPERLINK only internally linked things are appearing (links to other parts of the document).

Does anyone know how I can:

Search within hyperlinks, and then use find and replace to replace a part of the link?
Reply With Quote