password protect code and custom field formulas

R

Rod Gill

Hi,

In Visual Basic Editor select Tools, VBAProject Properties
In the Protection column you can password protect.

You can't protect formulae unless you are using Project Server.

However, by renaming custom fields under Tools, Customize, Fields you can
make it clearer what a field is used for so it isn't used for two things by
mistake.
 
L

Lucas Soler

There are some funky formulas that I want to make sure aren't changed, and
aren't viewed, in order to protect my work.
C/S Solutions, the makers of wInsight, introduce some custom fields into MSP
that aren't visible. I'd like to do the same thing.
 
J

JackD

If they aren't visible how do you know that they are there?
If you can see the field, then you can see the formula in the field.
The only way that you won't be able to see the formula is if the formula is
not in the field but is a VBA macro.
If you want security, then VBA is the way to go, but remember, even if you
"protect" your code, breaking the protection is trivial with a little
research.
 

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

Top