How to hide VBE - CreateEventProc

S

sumesh

I am using CreateEventProc to create event code for
dynamic controls, its open up the VBE Window.

How can I hide VBE IDE so that focus is set to the form
from where I am running code ?

Eventually the user should not see the VBE IDE while
creating the code.

myctrl = CreateEventproc("Click","MyButton")

Thanks
Sumesh
 
Top