J
jakie
please help!
i have a macro that i have created in excel. I will like
to create a command botton in word to call that macro.
basically, the final product is viewed in word. I was
able to use the command botton but i am not able to have
it point to the macro in excel.
I have used
Private Sub CommandButton1_Click()
Call Macro1
End Sub
but this is telling me to search for help. even when i
copy the code from excel to word.
that u
i have a macro that i have created in excel. I will like
to create a command botton in word to call that macro.
basically, the final product is viewed in word. I was
able to use the command botton but i am not able to have
it point to the macro in excel.
I have used
Private Sub CommandButton1_Click()
Call Macro1
End Sub
but this is telling me to search for help. even when i
copy the code from excel to word.
that u