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

On Oct 19, 10:58*am, Dave Peterson wrote:
Ps. *If you close excel, reboot the pc and start again, do you have the same
trouble?

(If that setting always stays on???)





" wrote:

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


--

Dave Peterson- Hide quoted text -

- Show quoted text -


Thanks for your insights, Dave. Yes, I re-booted earlier. But the
issue persisted.