Hello
I need to search alot Excel Files for UNC Paths, and later replace them with relative ones.
My Question is, how is the best Search Expression to locate all UNC's?
Thank you
Tobias Kopelke
UNC in Exel
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
You'll need to know where the files are moving to.
Just search for
\\servername\path
and replace with
..\..\path , with the number of ..\ depending on the folder depth. This will get very messy.
Just search for
\\servername\path
and replace with
..\..\path , with the number of ..\ depending on the folder depth. This will get very messy.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads