Thread: screen refresh
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stinson stinson is offline
external usenet poster
 
Posts: 8
Default screen refresh

Is there a way to have the spreadsheet screen refresh after the macor is
finished instead of during the macro run? Currently the changes to the
spreadsheet are reflected as the macro runs. I would like the user to see
just one refresh when the macro is complete.

Tom