Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Private Sub Workbook_Open() doesn't run | Excel Discussion (Misc queries) | |||
Private Sub() - Sub() | Excel Discussion (Misc queries) | |||
Common Private Sub | Excel Discussion (Misc queries) | |||
Private sub | New Users to Excel | |||
Problem with private sub | Excel Programming |