Double clicking an Excel file is not working. What's wrong?

G

Guest

I was creating an Excel macro, when once an option was asked - save to
Personal.xls or so. Normally, I save the Macros to the same file or a
different file, but once, I might have accidently clicked Pesonal.xls.

Now everytime, I open Excel, the Personal.xls is launched. So far so good.

From today, what is happening that double-clicking a file is not launching
the file, rather a blank Excel program with all sheets closed. Then I created
a dummy Macro and it got saved to Personal.xls and now, I am double-clicking
a file and Personal.xls is getting launched.

If I open, the file through Start ->All Programs-> MicroSoft Office ->
Excel, then I can launch the program, but that is tedious.

Uninstalling and re-installing Excel has not helped.

Has any one seen such problem before? Any clues?
 
G

Gord Dibben

Try the usual fix(es) for this problem.

Tools>Options>General uncheck "Ignore other Applications"
Exit Excel and try again

If this doesn't work try to re-register Excel

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"(no quotes)>OK.


Gord Dibben MS Excel MVP


I was creating an Excel macro, when once an option was asked - save to
Personal.xls or so. Normally, I save the Macros to the same file or a
different file, but once, I might have accidently clicked Pesonal.xls.

Now everytime, I open Excel, the Personal.xls is launched. So far so good.

From today, what is happening that double-clicking a file is not launching
the file, rather a blank Excel program with all sheets closed. Then I created
a dummy Macro and it got saved to Personal.xls and now, I am double-clicking
a file and Personal.xls is getting launched.

If I open, the file through Start ->All Programs-> MicroSoft Office ->
Excel, then I can launch the program, but that is tedious.

Uninstalling and re-installing Excel has not helped.

Has any one seen such problem before? Any clues?

Gord Dibben MS Excel MVP
 
G

Guest

Thanks Gord,
Tools>Options>General uncheck "Ignore other Applications" did help to
launch the Excel file.
But now another file - Personal.xls (blank file) also gets launched along
with requested file.
Thanks,
 
G

Gord Dibben

Personal.xls would have been created if you recorded a macro to your "Personal
Macro Workbook".

It may look blank, but it has macro code in a module.

Hit ALT + F11 to see the module and code.

If you don't want Personal.xls opening you can move it out of the XLSTART folder
or you can hide it so's it opens hidden in the background.

With Pewrsonal.xls open, hit Window>Hide and close Excel. You will be asked if
you want to save changes to Personal.xls.

Click yes.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top