View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Running Macro in Minimized Excel Window

Application.WindowState = xlMinimized

--

Vasant


"Rich" wrote in message
om...
I am using Excel 97.

I have an Excel macro that is set to auto run. However, if I happen to
be working at my PC, Excel gets in the way and in my face.

I wanted my Excel macro to run out of sight. If I can not have that,
then is it possible for Excel to run in a minimized window ?

I tried the help file but it is no help.