I've got several Excel files linking to one another. How can I keep the links working after renaming the containing folder, without going into each file and relinking?
You could change the link to be a relative path by referencing the parent folder. So e.g if all the files are in c:\blah then
c:\blah\file.xlsx
would become
./file.xlsx
Obviously if you already have a bunch of files then you'd have to update the paths anyway, but it would be a one-off in case they were to be moved again.
Another alternative outside of Excel would be to use "mklink" to repoint the old location to the new location - although I'd only do this if the old location is no longer in use for other files and obviously it would only work for your PC in case others are accessing the files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.