Encrypting macros in protected word forms

M

Michael Weiner

When putting together forms for use by more than one person is there a way to encrypt the macros so that they cannot be tampered with?

Thanks
 
J

Jonathan West

Hi Michael

These two articles will help you

How to prevent other users from seeing and changing your VBA code
http://www.mvps.org/word/FAQs/MacrosVBA/ProtectProject.htm

Distributing macros to other users
http://www.mvps.org/word/FAQs/MacrosVBA/DistributeMacros.htm
--
Regards
Jonathan West - Word MVP
http://www.multilinker.com
Please reply to the newsgroup


Michael Weiner said:
When putting together forms for use by more than one person is there a way
to encrypt the macros so that they cannot be tampered with?
 
Top