Run Time error '4120'

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
 
S

Suzanne S. Barnhill

For this type of question you would be better off asking in the
microsoft.public.word.vba.userforms newsgroup, to which I am cross-posting
this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top