Written by Allen Wyatt (last updated December 10, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
Chris wrote about a problem he was having with one of the computers in his network. Each computer on the network has a shortcut icon on the desktop. Double-clicking on the icon opens a shared workbook, stored on the file server. Everything works fine, except with one computer. Whenever that user clicks on the shortcut, the workbook does not open up as a shared file. Instead, it automatically does a "save as" and renames the file with the same name and a 1 behind the original name.
If you've double-checked the problem shortcut, to make sure it uses the same settings as the successful shortcuts, then there are only a couple of things that could be causing the problem.
First, you may want to check the errant system to make sure that the copy of Excel on that system is not starting up any add-ins or macros that may be causing the problem. A quick check of the Personal.xls file and the Startup folder should accomplish this task. If you disable the add-ins, and the problem goes away, then you can figure out what to do next.
The other possible cause is that the errant system is somehow treating the workbook as if it is a workbook template. This could indicate a problem with the way that Excel is registered on the system. From the command line, use the following command:
"C:\Program Files\Microsoft Office\Office\Excel.exe" /unregserver
The quotes are necessary, but you may need to change the path so it reflects the location of the Excel.exe file on your system. The /unregserver switch "unhooks" all the references to Excel in Windows. You should then, immediately, use the following command:
"C:\Program Files\Microsoft Office\Office\Excel.exe" /regserver
This command causes Excel to rewrite all its Registry keys and to reassociate itself with workbook, chart, and template files.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2470) applies to Microsoft Excel 97, 2000, 2002, and 2003.
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!
Imagine how painful it would be if every time you started Excel it tried to load all the files in your root directory? ...
Discover MoreNeed to save a workbook in more than one location? Here's a handy macro that can save your workbook in lots of different ...
Discover MoreWant a quick way to see the full path name associated with a workbook? You can add a tool to the menu bar that displays ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon 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