Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
I want to put code into my AutoOpen macro to maximise my workbooks excel window. If someone could help me please I'd appreciate it? PS: I have a feeling it ends with = xlmaximise....but thats just a guess... PPS: My old username used to be 'dim' but for some reason I couldn't post so I had to set up this new account...whats going on with the server? :-( |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_Open()
Application.DisplayFullScreen = True End Sub -- Gary''s Student - gsnu200770 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
FANTASTIC! :-) That was quick. thanks Gary's student. ;-)
"Gary''s Student" wrote: Private Sub Workbook_Open() Application.DisplayFullScreen = True End Sub -- Gary''s Student - gsnu200770 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In case you didn't want to lose your status bar, tool bars, etc. the other
one is: Application.WindowState = xlMaximized That does the same as clicking the screen icon at the tip right. "dimm" wrote: FANTASTIC! :-) That was quick. thanks Gary's student. ;-) "Gary''s Student" wrote: Private Sub Workbook_Open() Application.DisplayFullScreen = True End Sub -- Gary''s Student - gsnu200770 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically startup excel 2007 in a new instance/window? | Setting up and Configuration of Excel | |||
Excel window - keyboard shortcut for maximise | Excel Discussion (Misc queries) | |||
Disable Window Minimize/Maximise/Resize | Excel Programming | |||
Intermittent startup error -- inverted worksheet window in Excel 2 | Excel Discussion (Misc queries) | |||
Excel startup window | Excel Discussion (Misc queries) |