What specifically doesn't work? Do you get any error messages? Do you have a
bookmark named Body?

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Like this:
>
[quoted text clipped - 8 lines]
> method to insert it
> >into your Word document.
> >"Bill" <anonymous@discussions.microsoft.com> wrote in
> message
[quoted text clipped - 10 lines]
> >
> >.
Bill - 07 Apr 2004 20:34 GMT
Sue,
I get an error message having to do with the bookmark. I
am following your example Ch22 Equipment Repair Request
Print Word.oft. You use this line:
objDoc.Bookmarks("Details").Range.InsertAfter
Item.Body
for the Additional Details field of your form. There is
no bookmark in the .dot file named Details but it works
in your example.
I am trying to do the same thing but using the Notes
field from Task and I get an error. I think in this
command:
objDoc.Bookmarks("Body").Range.InsertAfter Item.Body
I must have the "Body" incorrect. Perhaps it is another
word.
Thanks for your help. --Bill
>-----Original Message-----
>What specifically doesn't work? Do you get any error messages? Do you have a
[quoted text clipped - 29 lines]
>
>.