ajking
Technical User
- Aug 13, 2002
- 229
I have an excel form which, when it is opened normally will open maximized but when I put workbook protection on, the next time it is opened it opens in a reduced sized window
I tried the following without success:
Private Sub Workbook_Open()
With Application
.WindowState = xlMaximized
End With
End Sub
any suggestions would be much appreciated. TIA
'Life is what happens to you while you are busy making other plans' John W. Lennon 1940-1980
I tried the following without success:
Private Sub Workbook_Open()
With Application
.WindowState = xlMaximized
End With
End Sub
any suggestions would be much appreciated. TIA
'Life is what happens to you while you are busy making other plans' John W. Lennon 1940-1980