View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R Avery R Avery is offline
external usenet poster
 
Posts: 220
Default Keeping add-in private

I have an Excel .xla add-in that I wish to protect to ensure that no one
can look at what is inside its sheets or the VBProject associated with it.

I can password protect the VBA code easy enough, but how do I stop users
from doing things like
application.workbooks("MyAddin.xla").isaddin=false , and looking at the
sheets?