Opening Excel workbooks

  • Thread starter Thread starter Brian G
  • Start date Start date
B

Brian G

I have a wierd situation in opening a .xls file. I can open Excel then use
File, Open to open a workbook and everything is fine. However, if I try to
open a workbook by double click on the file name, Excel opens but the file
doesn't. Any Ideas?
 
Try the usual fix for this.

Tools>Options>General Uncheck "Ignore Other Applications"

If no joy with that................

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
 
thanks worked like a charm
--
Brian G


Gord Dibben said:
Try the usual fix for this.

Tools>Options>General Uncheck "Ignore Other Applications"

If no joy with that................

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
 
Back
Top