View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jakie[_2_] jakie[_2_] is offline
external usenet poster
 
Posts: 1
Default Jakie? how to run a macro in word

Thanks jakie. I am not able to us the codes. One thing i
did not make clear was that although this is word docu.
it is actual the web word. So what i will do is open the
document in word then use the control box to add the
command click. I then edit and paste your code. then save
again as web. After this process it would not work. could
you please help.
-----Original Message-----
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
.