Ah, I thought of this when I was almost finished my post. But I'd check this
first.
Close excel.
Using windows start button
Search for
xlstart
Mine is:
C:\Documents and Settings\(username)\Application Data\Microsoft\Excel\XLSTART
Check that folder to see if you have any shortcuts to the folder that gets
opened.
My folder that contains those files is:
C:\Program Files\Microsoft Office\OFFICE11\Library\Analysis
If you have a shortcut there, delete it.
Ahh. I just tried it and it didn't work!
===
Some more thoughts that may not work!
How are you opening excel?
Is it a shortcut you created on your desktop? If it is, maybe it's doing more
than it should.
Can you try creating another new shortcut on the desktop.
Right click on the desktop
New
Shortcut
Browse
(to the folder that that contains excel.exe and double click on excel.exe)
For me it's:
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"
Then give it a nice name and (I'd drop the .exe and keep Excel).
Then double click on it to test it.
===
Those files are associated with the analysis toolpak and analysis toolpak for
VBA. They're loaded when you choose:
Tools|Addins|and check those options.
===
What happens if you start excel in safe mode?
close excel
windows start button|run
excel /safe
I would guess that this would work ok.
Chip Pearson has some notes on how to diagnose startup errors at:
http://www.cpearson.com/excel/StartupErrors.htm
Essentially, you remove all the addins (tools|addins) and move all the files out
of XLStart and then add each removed item (one at a time), restarting excel each
time you add one back.
When you find the offender, you decide what to do with that.
===
By the way: These *.xla files are addins that usually contain code (macros)
that add functionality to excel. They don't have any visible worksheets.
That's why you don't see them.