Window sizes

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I need to open several instsnces of Excell at the same time. They need to be
of different sizes. can this be done with a pre-set parameter rather thn
resizing each window each and every time?
 
You can re-size either the application or an individual Excel window in a
workbook open event macro with commands like:

Application.Top=10
or Application.Height

Just read the values after you have re-sized them manually and include the
correct re-sizing the the macro.
 

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