View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Stopping the screen drawing

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,