You're welcome.
Please explain "at least the closest thing to it"
> Thanks for the reply. Tried your suggestion, or at least the closest
> thing
[quoted text clipped - 22 lines]
>> >
>> > Thanks in advance.
On my system, going into the control panel, there is no "Default
Programs>Associate a file type....". There is a "ADD/REMOVE PROGRAMS", then a
"Set Program Access and Defaults", but there is nothing listed in that screen
for excel. What I did do was right click on the file, click on 'Open with'
(which opened just that file) but now double clicking the excel file to open
it still causes this VB6 program to open up as well. There are no macros or
scripting in the default excel workbook or in the excel workbook i'm trying
to open.
I guess i'll try the detect and repair from inside excel first, then if I
have to i'll do a office repair install.
Thanks for the responses.
> You're welcome.
> Please explain "at least the closest thing to it"
[quoted text clipped - 25 lines]
> >> >
> >> > Thanks in advance.
Gord Dibben - 04 Apr 2008 19:26 GMT
What does your command line look like in Folder Options>File Types?
Go to Start>Settings>Control Panel>Folder Options>File Types
If using WinXP OS you would scroll down to .XLS then "Advanced">Open>Edit.
In Command line the path should be similar to this....
"C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE11\EXCEL.EXE" /e
You must have the double quotes and the <space>/e prevents a new book from
opening.
Below have "use DDE" checked and this in the DDE message box....[open("%1")]
Application should read "Excel"(no quotes)
I would try a re-register of excel first.
Close Excel first and On the Windows Taskbar
1) Start>Run "excel.exe /unregserver"(no quotes)>OK.
2) Start>Run "excel.exe /regserver"(no quotes)>OK.
See the space between exe and /regserver
You might have to designate a full path to excel.exe.
In that case Start>Run "C:\yourpath\excel.exe" /regserver(quotes required)>OK.
Gord Dibben MS Excel MVP
>On my system, going into the control panel, there is no "Default
>Programs>Associate a file type....". There is a "ADD/REMOVE PROGRAMS", then a
[quoted text clipped - 39 lines]
>> >> >
>> >> > Thanks in advance.