View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Return to excel from vbe

You can use this bobbo

Application.VBE.MainWindow.Visible = False



--
Regards Ron de Bruin
http://www.rondebruin.nl



"bobbo" wrote in message oups.com...
I wrote a procedure that inserts two procedures into the activeworkbook
ThisWorbook module. I am trying to make a utility for novice users and
would like them not to see the vbe (it scares them). After the code is
written the vbe stays open on the ThisWorkbook module. What is the code
equivalent of alt + F11?