Opening Workbooks Mininmized

D

DME

Is there a setting that when I open a workbook it is automatically
minimized? I have 15 workbooks that I open all at once and have to minimize
each one seperately. Thanks.
 
K

Ken Macksey

Hi

In the Workbook_Open sub of each workbook put

Application.ActiveWindow.WindowState = xlMinimized

Save and close the file. Now each time it is opened, it will open minimized.

HTH

Ken
 

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

Top