View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Vovk Paul Vovk is offline
external usenet poster
 
Posts: 2
Default Minimize Excel When Running a Macro

Seems like this is a simple thing, but I can't seem to get
it. I want Excel to run minimized when the macro (VBA
code) runs. A separate script starts Excel and this macro.
The macro runs and then shuts down Excel. This is done
once per day. I need the macro to first minimize Excel so
it doesn't show up on the screen while the macro is
running as it takes ~10 minutes to run.