Thread: Screen Updating
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chilidog1000[_2_] Chilidog1000[_2_] is offline
external usenet poster
 
Posts: 2
Default Screen Updating

Does anyone know how to turn off the display of Excel when
background code is running? I get a jumble of items on the
screen from the other pages ect that my application is
accessing, but I would prefer it not jumble the enduser
screen. I have tried to use " Application.ScreenUpdating =
False" but that does not do it. Any help is greatly
appreciated. Thanks!