Put this in the Workbook module
Private Sub Workbook_Open()
Application.WindowState =xlMaximized
End Sub
Juan Pablo G.
I've put that in the workbook, with an existing module to close immediately auto save, the maximise command seems to run everyother time i open excel?, any idea why?, i've only ever put 1 sub in a workbook before, anything special i need to do to add 2 sub modules?, this si what i have in the workbook now:
Private Sub Workbook_Open()
Application.WindowState = xlMaximized
End Sub
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.DisplayAlerts = False
ActiveWorkbook.Save
End Sub
What about opening to a specific location?
Err, sorry for the redundancy. My finger slipped. Anyway, is there a way to open excel to a predetermined location on the screen? I'm one of those people who likes his Start bar on the top of the screen, and every time I open Excel, the active title bar is hidden behind the start bar. Whatever shall I do?
Thanks,
Andrew