Open Minimized

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there some way to open a file minimized - just open it, do some processing, and close it, without it showing on the screen?
 
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?
 
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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top