View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Keith74 Keith74 is offline
external usenet poster
 
Posts: 120
Default Hide Macro Actions

application.screenupdating = false

at the start of the macro, and

application.screenupdating = true

at the end of the macro