View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KT KT is offline
external usenet poster
 
Posts: 47
Default Can macro display a diff't screen while it runs until it stops?

Is there coding I can add to a macro that will change the display to a
different screen (such as the desktop or something) once the macro starts
running and then, when it's finished, go back to the worksheet it started on?
I know there's Worksheet.Activate but I'm looking for something a little
different.
Thanks!