Hiding part of VBA or a Module in Macro

A

Alan

Obviously password protect the VB Editor, but 'Option Private Module' at the
beginning of the code stops the macro being visible at all. A user can run
it via a Button or whatever, but they can't see it.
Regards,
Alan.
 
I

Iraj

Great and Thanks Alan for promp answering.

Alan said:
Obviously password protect the VB Editor, but 'Option Private Module' at the
beginning of the code stops the macro being visible at all. A user can run
it via a Button or whatever, but they can't see it.
Regards,
Alan.
 
Top