Hide VBA IDE @ runtime

T

TKO

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?.
 
H

Haris Rashid

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,
 
Top