Excel 2002 Protection

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

How does one password protect the macros associated with a
workbook from being accessed to view or edit?
 
Hi

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.

Hope this is what you want

Tom
 
Back
Top