View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_25_] Tim[_25_] is offline
external usenet poster
 
Posts: 4
Default How to hide all the actions while a macro is running


Use this line of code at the start of the macro and it
stops all the actionfrom appearing on the screen.

ScreenUpdating = False

-----Original Message-----
Is there a way or a code to hide all the actions while a
macro is running?

Thanks,
milo
.