Thread: Screen Updating
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] doodles82a@yahoo.com is offline
external usenet poster
 
Posts: 23
Default Screen Updating

I'm using Excel 2003. I start out each prodedure with the following
two lines of code:

Application.EnableEvents=False
Application.ScreenUpdating=False

From the beginning of time until now, these two lines of code worked
as desired. Now, however, the value for Application.ScreenUpdating
remains True. I've trapped the code to move through each line of code.
The line of code is read, but the value remains True.

Application.EnableEvents works as expected. The value changes to
False.

Has anyone been encountering this issue?

Thanks.

Michael