Keeping add-in private

  • Thread starter Thread starter R Avery
  • Start date Start date
R

R Avery

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?
 
hide the sheets and protect the structure of the workbook with a password
(workbook level protection)

However, password protection in Excel is notoriously weak.
 

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