Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have MS Office 2003 on Win XP
I recently downloaded and applied 2003 SP3. Since then, none of my shortcuts to Excel files open the relevant folder directly. Nor does double clicking on the file in Windows Explorer. Either action only opens Excel with Book.xlt displayed. I then have to double click the file again to open it. Before it would open directly. This only happens in Excel - other .doc files open ok directly in Word. What am I missing? -- donwb |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ToolsOptionsGeneral uncheck "Ignore other Applications" Exit Excel and try
again If this does not work, re-register Excel. -- Gary''s Student - gsnu200749 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To re-register............
Close Excel first and On the Windows Taskbar 1) StartRun excel.exe /unregserver 2) StartRun excel.exe /regserver See the space between exe and /regserver You might have to designate a full path to excel.exe. In that case StartRun "C:\yourpath\excel.exe" /regserver Gord Dibben MS Excel MVP On Sat, 13 Oct 2007 11:00:02 -0700, Gary''s Student wrote: ToolsOptionsGeneral uncheck "Ignore other Applications" Exit Excel and try again If this does not work, re-register Excel. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Gord
I did your suggestion. Error message says Windows cannot find the path and file. If I leave out space\unregserver it opens Excel normally. I browsed to Excel.exe so I know I have the right path etc. -- donwb "Gord Dibben" wrote: To re-register............ Close Excel first and On the Windows Taskbar 1) StartRun excel.exe /unregserver 2) StartRun excel.exe /regserver See the space between exe and /regserver You might have to designate a full path to excel.exe. In that case StartRun "C:\yourpath\excel.exe" /regserver Gord Dibben MS Excel MVP On Sat, 13 Oct 2007 11:00:02 -0700, Gary''s Student wrote: ToolsOptionsGeneral uncheck "Ignore other Applications" Exit Excel and try again If this does not work, re-register Excel. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What exactly did you type into the StartRun dialog box?
Type it exactly into your response to this reply. You don't want to have the command open Excel. You also must use a forward slash / Not a back slash \ as you have shown. Do you have the quotes around "C:\yourpath\excel.exe" /regserver Gord On Sat, 13 Oct 2007 15:12:01 -0700, donbowyer wrote: Hi Gord I did your suggestion. Error message says Windows cannot find the path and file. If I leave out space\unregserver it opens Excel normally. I browsed to Excel.exe so I know I have the right path etc. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Gord
This is what I typed; it produced the error message I mentioned. C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE /unregserver -- donwb "Gord Dibben" wrote: What exactly did you type into the StartRun dialog box? Type it exactly into your response to this reply. You don't want to have the command open Excel. You also must use a forward slash / Not a back slash \ as you have shown. Do you have the quotes around "C:\yourpath\excel.exe" /regserver Gord On Sat, 13 Oct 2007 15:12:01 -0700, donbowyer wrote: Hi Gord I did your suggestion. Error message says Windows cannot find the path and file. If I leave out space\unregserver it opens Excel normally. I browsed to Excel.exe so I know I have the right path etc. |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Need the double quotes whenever the path has spaces in folder or file name.
Add them or copy this to the Run dialog. "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /unregserver Gord On Sat, 13 Oct 2007 16:26:00 -0700, donbowyer wrote: Hi Gord This is what I typed; it produced the error message I mentioned. C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE /unregserver |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes - I had the double quotes in the wrong place.
But, although the reserver command line now calls up Windows Installer for MS Office - configuration and completes OK, the problem remains. I also have Tools/Options/General/Ignore Other Applications unchecked. -- donwb "Gord Dibben" wrote: Need the double quotes whenever the path has spaces in folder or file name. Add them or copy this to the Run dialog. "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /unregserver Gord On Sat, 13 Oct 2007 16:26:00 -0700, donbowyer wrote: Hi Gord This is what I typed; it produced the error message I mentioned. C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE /unregserver |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Quoting from your original post.............
Either action only opens Excel with Book.xlt displayed. I then have to double click the file again to open it. Before it would open directly. Does an actual file named Book.xlt open? I have no idea why that would happen. Maybe you mean just a blank workbook named Book1 opens? Try this to eliminate the Book1 opening and should also cure the other. Go to StartSettingsControl PanelFolder OptionsFile Types If using WinXP OS you would scroll down to .XLS then "Advanced"OpenEdit. 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) Gord On Sat, 13 Oct 2007 16:59:01 -0700, donbowyer wrote: Yes - I had the double quotes in the wrong place. But, although the reserver command line now calls up Windows Installer for MS Office - configuration and completes OK, the problem remains. I also have Tools/Options/General/Ignore Other Applications unchecked. |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Gord
Advanced did not appear in the File Types window when I scrolled to .xls. But a Restore button was so I selected .xls and pressed Restore. This changed the file type under Extension from XLS to Microsoft Excel Worksheet and the Advanced button appeared. This sorted the problem. Many thanks Gord for your help. Regards Don Bowyer donwb "Gord Dibben" wrote: Quoting from your original post............. Either action only opens Excel with Book.xlt displayed. I then have to double click the file again to open it. Before it would open directly. Does an actual file named Book.xlt open? I have no idea why that would happen. Maybe you mean just a blank workbook named Book1 opens? Try this to eliminate the Book1 opening and should also cure the other. Go to StartSettingsControl PanelFolder OptionsFile Types If using WinXP OS you would scroll down to .XLS then "Advanced"OpenEdit. 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) Gord On Sat, 13 Oct 2007 16:59:01 -0700, donbowyer wrote: Yes - I had the double quotes in the wrong place. But, although the reserver command line now calls up Windows Installer for MS Office - configuration and completes OK, the problem remains. I also have Tools/Options/General/Ignore Other Applications unchecked. |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have never seen a Restore button at that dialog........... but glad to hear
you're sorted out. Gord On Sat, 13 Oct 2007 17:41:02 -0700, donbowyer wrote: Hi Gord Advanced did not appear in the File Types window when I scrolled to .xls. But a Restore button was so I selected .xls and pressed Restore. This changed the file type under Extension from XLS to Microsoft Excel Worksheet and the Advanced button appeared. This sorted the problem. Many thanks Gord for your help. Regards Don Bowyer donwb "Gord Dibben" wrote: Quoting from your original post............. Either action only opens Excel with Book.xlt displayed. I then have to double click the file again to open it. Before it would open directly. Does an actual file named Book.xlt open? I have no idea why that would happen. Maybe you mean just a blank workbook named Book1 opens? Try this to eliminate the Book1 opening and should also cure the other. Go to StartSettingsControl PanelFolder OptionsFile Types If using WinXP OS you would scroll down to .XLS then "Advanced"OpenEdit. 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) Gord On Sat, 13 Oct 2007 16:59:01 -0700, donbowyer wrote: Yes - I had the double quotes in the wrong place. But, although the reserver command line now calls up Windows Installer for MS Office - configuration and completes OK, the problem remains. I also have Tools/Options/General/Ignore Other Applications unchecked. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Notification failed | Excel Discussion (Misc queries) | |||
AutoRecover failed | Excel Discussion (Misc queries) | |||
add of commandbarcontrols failed | Setting up and Configuration of Excel | |||
Hyperlink failed | Excel Worksheet Functions | |||
Formula Help...I tried but failed! | Excel Worksheet Functions |