Open Minimized

B

Bill

Is there some way to open a file minimized - just open it, do some processing, and close it, without it showing on the screen?
 
F

Frank Kabel

Hi
you could use
application.screenupdating=false

--
Regards
Frank Kabel
Frankfurt, Germany

Bill said:
Is there some way to open a file minimized - just open it, do some
processing, and close it, without it showing on the screen?
 
D

Dave Peterson

Maybe you could save your .xls file as hidden.

with that workbook the active workbook:
Window|Hide

Close excel and you'll be prompted to save that workbook.

Next time you open it, it'll open hidden.

(Or save the workbook as an addin. These are hidden, too.)
 
Top