View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Stopping the screen drawing

and be sure to reset to true at the end

--
Don Guillett
SalesAid Software

"Norman Jones" wrote in message
...
Hi Russell,

Try:

Application.ScreenUpdating = False


---
Regards,
Norman



"Russell Lucas" <Russell
wrote in message
...
Hi everyone

What is the command for stopping the excel from drawing new information
temporaraly. I thought it was "application.screendraw = False" but that
doesn't seem to work.

Thanks in advance and kind regards,