A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hey guys, try this:
Open regedit, navigate to HKey_Classes_Root\Excel.Sheet.12\shell\open\command
Depending on the installed office, it can be Excel.Sheet.8 and/or whatever, so just have a look what entries you will find.
Then edit the standard entry and replace /dde with "%1" like that:
"C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE" /dde
->
"C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE" "%!
That old works trick since office 200x ;-)
The dde params often leads to weird behaviour when just opening a file and the setting within the app doesn't work reliable.