View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Securing VB Projects?

Jeffrey,

You can password protect the VBA project. In VBA, go to the Tools
menu, choose VBA Project Properties, then the Protection tab.
There, check the "Lock Project For Viewing" option and enter a
password.

There are a variety of commercial products that can break VBA
Project passwords.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Jeffrey Marcellus" wrote in message
...
Hi, is there a way to password protect VB projects independent

of the
Workbook they are attached to? If so, is the method secure, or

is it
similiar to the workbook protection scheme (ie. easily

crackable).
Thanks, Jeff