Excel startup window

V

vanderdoes

When I startup Excel by clicking on a spreadsheet file sometimes it
starts up with the spreadsheet in full window mode and sometimes not.
Is there a startup parameter to force it full screen?

Thanks!
 
G

Guest

Find the little Excel workbook icon near the upper left corner of the
workbook window, just to the left of the File menu option. Right click on the
icon, left click on view code, and paste this in.

Sub Workbook_Open()
ActiveWindow.WindowState = xlMaximized
End Sub
 

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