Problem with printing a form in Word

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have made exactly the third method described on
http://support.microsoft.com/default.aspx?scid=kb;en-us;290775&Product=ol2002
But when I test it I get an error at the line
oDoc.FormFields("Text1").Result = CStr(Item.FullName)
I've got this message with the debugger :
"Microsoft Word : required collection member doesn't exist"
The names of the fields in the Outlook and Word form match with the ones in
the code

I use Word 2002 SP2 and Outlook 2002 SP2
 
Word is saying that there isn't a "Text1" form field. If the names match,
then maybe what you want is oDoc.FormFields("FullName").
 

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

Back
Top