Hide VBA IDE @ runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My App implements runtime forms with modules. When this happens VBA IDE
opens, I dont want end users to see the IDE at run time, any suggestions?.
 
hi,

you can deliver the MDE file to the users so that they get the executable
version where all code is compiled and they do not get the IDE.

On the TOOLS menu you can covert your file to an MDE.

Regards,
 

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

Back
Top