Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Excel
123quattro
charting
crashesgpfs
datamap
excel
interopoledde
links
misc
newusers
printing
programming
querydao
sdk
setup
templates
worksheet.functions
  
 
date: Fri, 3 Oct 2008 15:26:11 -0700,    group: microsoft.public.excel.crashesgpfs        back       


Excel 2003 strange new behavior   
Excel 2003 started to behave very strange on XP laptop. When the application 
is opened it doesn't create or show Book1. If I try to open a saved Excel 
file from a shortcut or by clicking on the file Excel opens but the file 
doesn't ? The only way that I can open an Excel file is to have the 
application opened and to drag and drop the file in the application window. 

Any ideas would be very much appreciated..

Vic V
date: Fri, 3 Oct 2008 15:26:11 -0700   author:   VicV

RE: Excel 2003 strange new behavior   
I am having a similar problem.  However, I found that if you click on the 
open file icon you can brouse to the file you want and select it then it will 
open.  I have read all I can find on the new conversion updates and have 
performed all the upgrades and still cannot get excel files to open normally. 
 If I find a permanent solution I will let you know.

"VicV" wrote:

> Excel 2003 started to behave very strange on XP laptop. When the application 
> is opened it doesn't create or show Book1. If I try to open a saved Excel 
> file from a shortcut or by clicking on the file Excel opens but the file 
> doesn't ? The only way that I can open an Excel file is to have the 
> application opened and to drag and drop the file in the application window. 
> 
> Any ideas would be very much appreciated..
> 
> Vic V
date: Wed, 8 Oct 2008 06:44:04 -0700   author:   cpt_neo

RE: Excel 2003 strange new behavior   
Well Vic, it took a little searching and piecing bits of information from 
different sources but I finally found the fix.

First: Open Excel and select tools > options.
In the "General" Tab make sure "Ignore other applications" is unchecked.
Close Excel.

Second: Click on Start > Run and type the following including the quotation 
marks:
"C:\Program Files\Microsoft Office\Office11\Excel.exe" /unregserver
Click OK or hit enter.

Third: Click on Start > Run and type the following including the quotation 
marks:
"C:\Program Files\Microsoft Office\Office11\Excel.exe" /regserver
A Windows installer window will pop up and perform the necessary functions 
to register Excel.

Double click on any .xls file and it should open normally.  I did this on my 
system and now it works as well as it always did.

Enjoy


"VicV" wrote:

> Excel 2003 started to behave very strange on XP laptop. When the application 
> is opened it doesn't create or show Book1. If I try to open a saved Excel 
> file from a shortcut or by clicking on the file Excel opens but the file 
> doesn't ? The only way that I can open an Excel file is to have the 
> application opened and to drag and drop the file in the application window. 
> 
> Any ideas would be very much appreciated..
> 
> Vic V
date: Thu, 9 Oct 2008 06:20:01 -0700   author:   cpt_neo

RE: Excel 2003 strange new behavior   
P.S.  Just make sure where your Excel.exe file is located and change the path 
accordingly.

"VicV" wrote:

> Excel 2003 started to behave very strange on XP laptop. When the application 
> is opened it doesn't create or show Book1. If I try to open a saved Excel 
> file from a shortcut or by clicking on the file Excel opens but the file 
> doesn't ? The only way that I can open an Excel file is to have the 
> application opened and to drag and drop the file in the application window. 
> 
> Any ideas would be very much appreciated..
> 
> Vic V
date: Thu, 9 Oct 2008 06:32:01 -0700   author:   cpt_neo

RE: Excel 2003 strange new behavior   
I have previously tried the fixes you suggested with no result. I guess I can 
try them again and see if I possibly missed a step. The unregserver and 
regserver did they give you a dialog box ? The reason I'm asking is that I 
had found the command on another discussion board and when I ran them there 
was no indication that anything actually was done by the system.

Vic

"cpt_neo" wrote:

> P.S.  Just make sure where your Excel.exe file is located and change the path 
> accordingly.
> 
> "VicV" wrote:
> 
> > Excel 2003 started to behave very strange on XP laptop. When the application 
> > is opened it doesn't create or show Book1. If I try to open a saved Excel 
> > file from a shortcut or by clicking on the file Excel opens but the file 
> > doesn't ? The only way that I can open an Excel file is to have the 
> > application opened and to drag and drop the file in the application window. 
> > 
> > Any ideas would be very much appreciated..
> > 
> > Vic V
date: Thu, 9 Oct 2008 07:12:01 -0700   author:   VicV

RE: Excel 2003 strange new behavior   
"cpt_neo" Thank You !!!! I tried your commands with the sintext you indicated 
and the problem was resolved... When I went back to the commands I had tried 
earlier to repair the registry settings they where very similar to yours but 
not exact ... The quotations where missing in the unregserver and regserver 
commands and that apparently prevented the Excel explication settings from 
being modified  in the registry. So once again thank you for the help it was 
a very perplexing and annoying problem.

Vic

"cpt_neo" wrote:

> Well Vic, it took a little searching and piecing bits of information from 
> different sources but I finally found the fix.
> 
> First: Open Excel and select tools > options.
> In the "General" Tab make sure "Ignore other applications" is unchecked.
> Close Excel.
> 
> Second: Click on Start > Run and type the following including the quotation 
> marks:
> "C:\Program Files\Microsoft Office\Office11\Excel.exe" /unregserver
> Click OK or hit enter.
> 
> Third: Click on Start > Run and type the following including the quotation 
> marks:
> "C:\Program Files\Microsoft Office\Office11\Excel.exe" /regserver
> A Windows installer window will pop up and perform the necessary functions 
> to register Excel.
> 
> Double click on any .xls file and it should open normally.  I did this on my 
> system and now it works as well as it always did.
> 
> Enjoy
> 
> 
> "VicV" wrote:
> 
> > Excel 2003 started to behave very strange on XP laptop. When the application 
> > is opened it doesn't create or show Book1. If I try to open a saved Excel 
> > file from a shortcut or by clicking on the file Excel opens but the file 
> > doesn't ? The only way that I can open an Excel file is to have the 
> > application opened and to drag and drop the file in the application window. 
> > 
> > Any ideas would be very much appreciated..
> > 
> > Vic V
date: Thu, 9 Oct 2008 08:01:12 -0700   author:   VicV

RE: Excel 2003 strange new behavior   
You're welcome.  As I learned early in programming, syntax is everything.  
Glad I could help.

"VicV" wrote:

> "cpt_neo" Thank You !!!! I tried your commands with the sintext you indicated 
> and the problem was resolved... When I went back to the commands I had tried 
> earlier to repair the registry settings they where very similar to yours but 
> not exact ... The quotations where missing in the unregserver and regserver 
> commands and that apparently prevented the Excel explication settings from 
> being modified  in the registry. So once again thank you for the help it was 
> a very perplexing and annoying problem.
> 
> Vic
> 
> "cpt_neo" wrote:
> 
> > Well Vic, it took a little searching and piecing bits of information from 
> > different sources but I finally found the fix.
> > 
> > First: Open Excel and select tools > options.
> > In the "General" Tab make sure "Ignore other applications" is unchecked.
> > Close Excel.
> > 
> > Second: Click on Start > Run and type the following including the quotation 
> > marks:
> > "C:\Program Files\Microsoft Office\Office11\Excel.exe" /unregserver
> > Click OK or hit enter.
> > 
> > Third: Click on Start > Run and type the following including the quotation 
> > marks:
> > "C:\Program Files\Microsoft Office\Office11\Excel.exe" /regserver
> > A Windows installer window will pop up and perform the necessary functions 
> > to register Excel.
> > 
> > Double click on any .xls file and it should open normally.  I did this on my 
> > system and now it works as well as it always did.
> > 
> > Enjoy
> > 
> > 
> > "VicV" wrote:
> > 
> > > Excel 2003 started to behave very strange on XP laptop. When the application 
> > > is opened it doesn't create or show Book1. If I try to open a saved Excel 
> > > file from a shortcut or by clicking on the file Excel opens but the file 
> > > doesn't ? The only way that I can open an Excel file is to have the 
> > > application opened and to drag and drop the file in the application window. 
> > > 
> > > Any ideas would be very much appreciated..
> > > 
> > > Vic V
date: Fri, 10 Oct 2008 11:05:00 -0700   author:   cpt_neo

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us