To hide your macros so they cannot be seen in the Run Macro list use:
Option Private Modules
At the top of every module in the VBE (click ALT-F11 and a list of
modules should be listed in the Project Explorer).
To protect the modules (and therefore the macros) go to VBE and click
Tools > VBAProject Properties... and click on the Protection tab.
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.