View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Start VBA with a macro?

Try

Application.VBE.MainWindow.Visible = True


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



wrote in message
...
I would like to be able to bring up the VBA editor (Alt-F11)

via a macro.
Is that possible?

Thanks.