How to create buttons

A

Anna

Does anybody know how to create a reset buton (to clear
text in the form) in MS Word XP?

Thank you
 
W

Word Heretic

G'day "Anna" <[email protected]>,

create a button on the toolbar. Assign it to a macro that reads

with ActiveDocument
.Unprotect
.Protect wdAllowOnlyFormFields,False
end with


Anna said:
Does anybody know how to create a reset buton (to clear
text in the form) in MS Word XP?

Thank you

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
wordheretic.com

If my answers r 2 terse, ask again or hassle an MVP,
at least they get recognition for it then.
Lengthy replies offlist require payment.
 
Top