Command Buttons not working on protected template document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

I have a command button, vb coded, on a protected template form.
I am unable to use the command button if the document is saved as a template
file?
Can anyone give me suggestions on how to recitify my problem.


Thanks
Gizmo
 
It's not the template that's the problem, but the protection: command
buttons don't run if they're in a protected part of the document (as you
observe). Divide the form into sections. Put the form fields into one
section and the button into another. Protect only the section that contains
the formfields. Or use a custom toolbar instead the command button.
 
Back
Top