screen size

B

-Brian-H-

is it possible to have an excel workbook open to fit the users scree
size automaticly
 
B

Bob Phillips

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