Now when I create Excel workbook with Context menu->New->(...).xls I get workbook 5.0/95
I have MS Office 2003 installed and I want to get workbook for current Excel version.
I fond this thread
I think you can make creating workbook for current Excel version in the next way (Samples in code tags for Office 2003):ghisler(Author) wrote:TC should take the excel sheet from the templates directory. Unfortunately it's not documented where Explorer looks for the template files, so there seem to be multiple possibilities.
1. Define current version sheet - default key value in HKEY_CLASSES_ROOT\.xls:
Code: Select all
[HKEY_CLASSES_ROOT\.xls]
@="Excel.Sheet.8"
Code: Select all
[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]
"FileName"="excel9.xls"
Code: Select all
d:\WINDOWS\SHELLNEW\EXCEL9.XLS