Make cmd button into a drop down option Word2000

F

Frank

I have a command button that runs a vba script on a word2000 form. I would
like to remove the button from the body of the form and instead use a drop
down menue item on the toolbar to run the macro.
Not sure how to convert the button to a drop down menue item on the toolbar.
Appreciate any help
frank
 
J

Jezebel

There's no conversion. Delete the button. Add a menu option that calls your
script.
 
Top