Sandman007
Programmer
I created a macro in Word.
I created a command button to run the macro.
My code is not working. Any suggestions?
Private Sub CommandButton1_Click()
DoCmd.RunMacro (macroname)
End Sub
I created a command button to run the macro.
My code is not working. Any suggestions?
Private Sub CommandButton1_Click()
DoCmd.RunMacro (macroname)
End Sub