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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top