Run macro in a encrypted template.

D

Dendiene

Hi,
Does anyone know the VBA code to run a macro in a encrypted template and
prevent the opening of the decryption-window?

Regards

Jiwi
 
J

Jonathan West

Dendiene said:
Hi,
Does anyone know the VBA code to run a macro in a encrypted template and
prevent the opening of the decryption-window?

Take a look at the Application.Run method
 
Top