View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Anne Troy[_2_] Anne Troy[_2_] is offline
external usenet poster
 
Posts: 221
Default What is the best way to protect VBA code

Not to my knowledge. You must create a COM addin or develop it as a VB
application.
*******************
~Anne Troy

www.OfficeArticles.com


"Daniel CHEN" wrote in message
...
I have spreadsheet application and want to protect the VBA code. I know

how
to use password to protect it, but the password is pretty easy to be

cracked
(use commerical software).

It there another way to protect the code and make it difficult to crack?

Thanks a lot for your great help.