Is it possible to protect a single macro code?

P

Polina

Hello,

I have a macro in the GLOBAL.mpt. Is it possible to protect only this
one single macro and not the whole GLOBAL.mpt? In Extras -->
Properties --> Protection I didn't found this option.
Thank you for your help!
 
J

JackD

The global.mpt is local to your computer, so you are only protecting it from
yourself.
If you want to protect the single macro you can put it in the file itself
and protect it.
tools menu / vba project properties / protection tab.

-Jack
 
Top