Hiding part of VBA or a Module in Macro

  • Thread starter Thread starter Iraj
  • Start date Start date
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.
 
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.
 

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