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.