View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_3_] Charlotte E.[_3_] is offline
external usenet poster
 
Posts: 160
Default Maximize VBE Window?

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