Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
My line "application.screenupdating=false" is processed, but the value is still true afterwards. I'm not connecting to any databases or anything like that. Just working within excel 2000. Any ideas why I can't turn it off? Later Bruce |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You do
Application.ScreenUpdating = False msgbox Application.ScreenUpdating and you get True? If you mean the screen updates somewhere after you set it to false, use code like the above to find out where it changes back to true. I suspect you are calling some built in routine (Perhaps in the analysis toolpak) that is changing it back to true. -- Regards, Tom Ogilvy "Bruce" wrote in message ... Hi My line "application.screenupdating=false" is processed, but the value is still true afterwards. I'm not connecting to any databases or anything like that. Just working within excel 2000. Any ideas why I can't turn it off? Later Bruce |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Screenupdating is automatically reset to True when the macro stops running.
Regards BrianB ================================================== ======== "Bruce" wrote in message ... Hi My line "application.screenupdating=false" is processed, but the value is still true afterwards. I'm not connecting to any databases or anything like that. Just working within excel 2000. Any ideas why I can't turn it off? Later Bruce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
about screenupdating | Excel Discussion (Misc queries) | |||
How to set Application.ScreenUpdating = False for Gen use | Excel Discussion (Misc queries) | |||
Screenupdating Problems | Excel Discussion (Misc queries) | |||
What does ScreenUpdating = False do? | Excel Worksheet Functions | |||
unable to control screenupdating | Excel Programming |