Written by Allen Wyatt (last updated November 20, 2021)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
An ExcelTips reader wrote about a problem their company was having with links in their workbooks. It seems that their links were showing up as UNC paths to files instead of as mapped drive letters. This initially posed no problem, but when the files were moved to a new network server in preparation for changing the network configuration, the UNC paths no longer worked.
Fortunately, Excel has a very powerful search and replace feature. It is so powerful, it even works on OLE links in your worksheet. For instance, let's say your links in some cells looked like this:
='\\proserver\Excel\mystuff\[WordTips.xlsx]Sheet1!B25
If the server name is changing or the data is being moved to a different server, this can present a problem. And, unfortunately, the Edit Links tool (On the Data tab of the ribbon) is a real pain at times. You can quickly change all UNC references in the worksheet by searching for the UNC path (in this case, "\\proserver\Excel\mystuff\") and replacing it with your desired mapped drive letter (for instance, "q:\"). The result is links that all of a sudden point to the proper location.
There is one "gottcha" to be aware of. The UNC path is very specific, and will work regardless of what computer is connected to a network. However, it is possible for different computers to have different drive letters mapped for the same network destination. For instance, one workstation might have \\proserver\Excel\ mapped to drive S:, and another workstation may have it mapped to T:. If you change all the links to S:, then the workstations that don't use drive S: for mapping to that location will not be able to access the file.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10519) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Changing Link References.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Tired of having Excel convert what you type into active hyperlinks? Here are things you can do to undo Excel's ...
Discover MoreCombining workbooks that have cross-links to each other can offer some special challenges. This tip examines how you can ...
Discover MoreMake a reference to a hyperlink in a formula, and you may be surprised that the reference doesn't return an active ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2021-11-22 11:34:49
J. Woolley
You might also be interested in My Excel Toolbox's ListExLinks array function. The result of ListExLinks is similar to the Edit Links dialog minus the Update column, but ListExLinks adds a Reference column to identify cells that contain a formula referencing the link.
See https://sites.google.com/view/MyExcelToolbox/
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments