View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.setup
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How do I make XLS files open in Excel 2003 instead of Excel 2007?

Like when you double click on them in windows explorer?

You could reregister excel.
close excel (all instances)

windows start button|Run
type:
"C:\your path to excel 2003\excel.exe" /unregserver
and hit enter.

Then in the Run dialog:
"C:\your path to excel 2003\excel.exe" /regserver

The /unregserver & /regserver stuff resets some of the windows registry to
excel's factory defaults.

And the last version of excel installed (or reregistered) will become the
default.

SA wrote:

--

Dave Peterson