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
 

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