A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello adamAmiga0
Thanks for posting you concerns here.
After testing and query, the problem with slow opening of files in Excel when double-clicking on a workbook file in Explorer can occur due to an issue with the Dynamic Data Exchange (DDE) protocol. DDE is a mechanism for communication between different applications in Windows, which can be used for passing data from one application to another, or for updating data in real-time. In Excel, DDE can be used to open a file by passing the file name as a parameter. However, sometimes, the DDE information stored in the registry may become outdated or corrupted, causing issues with the opening of files. The solution you provided involves modifying the registry keys
HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec
and
HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec
Both values were corresponded to the DDE information for Excel workbook files. By setting the value of both keys to [open("%1" /ou "%u")], you are specifying that Excel should open the file using the DDE protocol, with the "/ou" option being used to update the DDE information for the file. This solution works because it resolves any issues with the DDE information stored in the registry, allowing Excel to open files more quickly when double-clicking on a workbook file in Explorer. Additionally, the fact that Word does not occurs the same behavior as Excel could be due to differences in the way DDE is implemented in the two applications.
Feel free to post back if there is anything unclear.
Chandy |Microsoft Community Support Specialist