Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I know to open/show the VBE window by VBA with... Application.VBE.MainWindow.Visible = True ....but is it also possible to ensure that it is maximized? Thanks, CE |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
Application.VBE.MainWindow.WindowState = 2 isabelle Le 2013-01-02 16:09, Charlotte E. a écrit : Hi, I know to open/show the VBE window by VBA with... Application.VBE.MainWindow.Visible = True ...but is it also possible to ensure that it is maximized? Thanks, CE |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks :-)
Den 03.01.2013 01:27, isabelle skrev: hi, Application.VBE.MainWindow.WindowState = 2 isabelle Le 2013-01-02 16:09, Charlotte E. a écrit : Hi, I know to open/show the VBE window by VBA with... Application.VBE.MainWindow.Visible = True ...but is it also possible to ensure that it is maximized? Thanks, CE |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to maximize the Excel window? | Excel Discussion (Misc queries) | |||
maximize window | Excel Discussion (Misc queries) | |||
Can't maximize Excel window | Excel Discussion (Misc queries) | |||
Can't maximize Excel window | Excel Programming | |||
How To Maximize A Window From The Task Bar | Excel Programming |