screen size

  • Thread starter Thread starter -Brian-H-
  • Start date Start date
B

-Brian-H-

is it possible to have an excel workbook open to fit the users scree
size automaticly
 
Hi Brian,

The code is
Application.WindowState = xlMaximized

If you put this in workbook open event, this will achieve what you are
after.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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