Thread: Screen Updating
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Homey Homey is offline
external usenet poster
 
Posts: 143
Default Screen Updating

|I've trapped the code to move through each line of code.

that maybe problem. when you do debugging screenupdating always true (so
you can see what happen i think). when you run code at full speed it screen
shoud be turned of by the code.

wrote in message
...
| 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