View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
sebastienm sebastienm is offline
external usenet poster
 
Posts: 694
Default Stopping the screen drawing

Hi, it is
Application.ScreenUpdating=False

Regards,
Sebastien

"Russell Lucas" wrote:

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,

Russell Lucas