PDA

View Full Version : Locking a module rather than the whole project



ChrisJ
08-27-2007, 05:03 AM
Hi,

A friend has asked me if there is any way that you can protect and lock an individual module within a project, rather than having the whole project locked down.

This is because the code in Module 1 belongs to a company, and Module 2 is is additional code written to provide enhancements to the project and wishes to keep it locked.

Thanks in advance for any suggestions... The thought of creating an addin has crossed my mind, if so how would the relationship between the macros in Module 1 be affected by the Addin Module.

Cheers

Chris

Bob Phillips
08-27-2007, 05:49 AM
Can't be done, addin or no addin. Protection, weak as it is, is project level.

Paul_Hossler
08-27-2007, 12:14 PM
You could try to put just the Module2 functionality in a protected add-in

Might require some checking to determine that Module1 is available, or possibly duplication of code

:dunno

Paul

ChrisJ
08-28-2007, 12:48 AM
Many thanks for the replies.

I 'll pass the info over, will post outome if sucessful

Cheers

Chris