Thread: Screen update?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default Screen update?

David,

Application.ScreenUpdating = False

Application.ScreenUpdating = True
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003


"David" wrote in message
...
I can not remember the format and code to keep the screen from updating as
the code executes. "screen.update = false" or something similar, then when
done "screen.update = true".

Thanks you
--
David