macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I protected my workbook and worksheet - but users can still see my macros.
Is there anyway to stop them from viewing my macros ?
Thanks,
Yosef
 
When in the VB Editor go to Tools, VB Properties, Protection, then click Lock
project for Viewing and assign a password.

Exit the editor, and save the xls file.
 
In the VBA, choose Tools/<project> Properties, check the Lock project
for viewing checkbox, and enter a password in the Protection tab. Close
and reopen the workbook.

Realize, however, that this protection only keeps out the honest and
incurious - it takes less than a minute to bypass that protection if you
know what you're doing or are using a commercial cracker.
 
Thanks !

JE McGimpsey said:
In the VBA, choose Tools/<project> Properties, check the Lock project
for viewing checkbox, and enter a password in the Protection tab. Close
and reopen the workbook.

Realize, however, that this protection only keeps out the honest and
incurious - it takes less than a minute to bypass that protection if you
know what you're doing or are using a commercial cracker.
 

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