View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How can you turn off screen Redraw

for Excel itself and only while the macro is running

Application.ScreenUpdating = False

--
Regards,
Tom Ogilvy

"RD" wrote in message
...
I want to know how can you turn off screen redraw from VBA, any ideas