Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Since my system was upgraded to WinXP and XL 11.5612.5606, I've been having
a problem with the XL window when working with the VBE. Usually after I've had them both open for a while, the XL window locks, and won't come to the front when I click on it. If I minimize it and restore it, the frame of the XL window restores, but inside the window remains showing the desktop. No cells or menus or toolbars! I have to close XL and reopen it to get rid of this problem. I'm currently shutting down a few apps that run continuously that might cause the problem, like my launcher and my notetaker to see if they are part of the problem (longshot). Has anyone else seen a similar problem? Anyone know a solution? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sounds like you may have application.screenupdating set to false and it never
reset. next time it happens, type application.screenupdating = true in the immediate window and press enter. then see if the window is responsive. -- Gary K "salgud" wrote in message ... Since my system was upgraded to WinXP and XL 11.5612.5606, I've been having a problem with the XL window when working with the VBE. Usually after I've had them both open for a while, the XL window locks, and won't come to the front when I click on it. If I minimize it and restore it, the frame of the XL window restores, but inside the window remains showing the desktop. No cells or menus or toolbars! I have to close XL and reopen it to get rid of this problem. I'm currently shutting down a few apps that run continuously that might cause the problem, like my launcher and my notetaker to see if they are part of the problem (longshot). Has anyone else seen a similar problem? Anyone know a solution? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 10 Feb 2009 13:45:40 -0500, Gary Keramidas wrote:
sounds like you may have application.screenupdating set to false and it never reset. next time it happens, type application.screenupdating = true in the immediate window and press enter. then see if the window is responsive. Thanks for the reply, Gary, but not at all consistent with the symptoms I've described. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Something that may provide clues is to check the Windows Task Manager... Is there more than one instance of Excel running? (processes tab) Do you have sufficient memory available? (performance tab) -- Jim Cone Portland, Oregon USA "salgud" wrote in message Since my system was upgraded to WinXP and XL 11.5612.5606, I've been having a problem with the XL window when working with the VBE. Usually after I've had them both open for a while, the XL window locks, and won't come to the front when I click on it. If I minimize it and restore it, the frame of the XL window restores, but inside the window remains showing the desktop. No cells or menus or toolbars! I have to close XL and reopen it to get rid of this problem. I'm currently shutting down a few apps that run continuously that might cause the problem, like my launcher and my notetaker to see if they are part of the problem (longshot). Has anyone else seen a similar problem? Anyone know a solution? Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 10 Feb 2009 10:49:11 -0800, Jim Cone wrote:
Something that may provide clues is to check the Windows Task Manager... Is there more than one instance of Excel running? (processes tab) Do you have sufficient memory available? (performance tab) Thanks for the reply, Jim. Have checked both of these - only one instance running and gobs of memory available. Any other suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Watch Window not working in 2007 | Setting up and Configuration of Excel | |||
Sheets() and Window() Objects not working? | Excel Programming | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
How do i keep an open window on top of others im working on? | Excel Discussion (Misc queries) | |||
VBE Window not working correctly | Excel Programming |