View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Maximize VBE Window?

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