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)
 
Back
Top