Protect code only

D

dsarvas

How can I create a Word document that allows users to interact with
text boxes, command buttons, etc. but keep the vba code hidden?
Don
 
D

dsarvas

Just figured out the answer to my question. The controls were all
placed on a form. Locking the project from viewing also prevented the
use of the form. I put the controls on the document iinstead which
resulted in access to the controls while hiding the code - at least
from those who don't know how to get past that.
Don
 
Top