B
Bill Cunningham
Why doesn't my macro button work. Here is the field code:
{ MACROBUTTON "SendButton" Click Here To Send }
This macro button is supposed to call a macro named:
Sub SendButton()
which DOES exist in the document.
When clicking the macrobutton, the SendButton macro is not
called. I can run the SendButton macro from witin the VBA
Editor just fine. It's the call from the macrobutton that
isn't happening.
I originally set this up last week, and it was working
then. Now, although no alterations of any kind have been
made to the document or the field code of the macro
button, suddenly it no longer works.
I'm using Word 2003 in Windows XP, and I'm completely
stumped as to why this has suddenly ceased to function.
{ MACROBUTTON "SendButton" Click Here To Send }
This macro button is supposed to call a macro named:
Sub SendButton()
which DOES exist in the document.
When clicking the macrobutton, the SendButton macro is not
called. I can run the SendButton macro from witin the VBA
Editor just fine. It's the call from the macrobutton that
isn't happening.
I originally set this up last week, and it was working
then. Now, although no alterations of any kind have been
made to the document or the field code of the macro
button, suddenly it no longer works.
I'm using Word 2003 in Windows XP, and I'm completely
stumped as to why this has suddenly ceased to function.