F
fisherman
I developed a auto form in word 2000 and it worked fine. Our company upgraded
to 2003 and now when I run the form it give me the "Run time error '4120' Bad
parameter" error message and when I go to debug it takes me to this part of
my macro...it highlights the "ActiveDocument..." line
Sub mUserName()
vusername = InputBox(Prompt:="Please enter Employee's name and click ok.")
ActiveDocument.FormFields("bkEmployeeName").Result = vusername
UserForm19.Show
End Sub
Is there something I need to change?
Thanks
to 2003 and now when I run the form it give me the "Run time error '4120' Bad
parameter" error message and when I go to debug it takes me to this part of
my macro...it highlights the "ActiveDocument..." line
Sub mUserName()
vusername = InputBox(Prompt:="Please enter Employee's name and click ok.")
ActiveDocument.FormFields("bkEmployeeName").Result = vusername
UserForm19.Show
End Sub
Is there something I need to change?
Thanks