WHITESITES BLOG
PHOTOS
PLACES
POPULAR
CATEGORIES
HKEY_CLASSES_ROOTExcel.Sheet.8shellOpencommand
The (default) value will be something like this:
"C:Program Files (x86)Microsoft OfficeOffice12EXCEL.EXE" /e
And you'll want to append a "%1" to the end of that, making it:
"C:Program Files (x86)Microsoft OfficeOffice12EXCEL.EXE" /e "%1"
Next you'll want to rename the command key, which is right below the (Default) key, to command2 or something else.
Next you'll need to rename the ddeexec key here to ddeexec2 or something else:
HKEY_CLASSES_ROOTExcel.Sheet.8shellOpenddeexec
This will make the change for the Excel 97-2003 filetype.
If youwant to do the same thing for Excel 2007 files, you'll need to make thechanges to the HKEY_CLASSES_ROOTExcel.Sheet.12 key.
After you have done this your Registry should like similar to thi
Hopefully this helps everyone out.
Great, thanks! Worked beautifully.
@Neil, this is not happening on win7 with office 2010, maybe a wild shot but try to wrap your parameter with single quotes like "'%1'"
Hi
Using Win7 and Exce 2000
Being going very well with no problems. Now has started showing a message when I try to open Excel. Windows cannot access the specified file or device....
Have tried a lot of things but still have not got Excel to open.Reinstalled Office 2000, tried to get the registry changed get same message, changed setting in IE etc. Is there a way to open Excel so I can change the dde settings etc. Word is working ok. Could a file be a problem, how do I find which one?
Thanks
My setup: WIN7 64bit, Office 2010 32bit, SharePoint 2007
I had basically the same problem, but above mentioned solutions didn’t work in all cases (for example when opening both files from SharePoint … )
Solution:
I applied these steps [Paul White steps from above]:
- To these branches:
HKEY_CLASSES_ROOTExcel.Sheet.12shell
HKEY_CLASSES_ROOTExcel.Sheet.8shell
Sub branch: Edit, New, Open, OpenAsReadOnly, ViewProtected
This resulted to opening all excel sheets in different windows.
Thank you for all your help, I would not figure it out myself :)
Paul,
Thank you. This definitely works. This is the only way I found to open two Excel files in separate windows under Windows 7.
In the value of (default), /e can be deteled. This is similar to the operation in Windows XP. The value reads:
"C:Program Files (x86)Microsoft OfficeOffice12EXCEL.EXE" "%1"