Maximize VBE Window?

C

Charlotte E.

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
 
I

isabelle

hi,

Application.VBE.MainWindow.WindowState = 2

isabelle


Le 2013-01-02 16:09, Charlotte E. a écrit :
 
C

Charlotte E.

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 :
 

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