Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Jim123 Jim123 is offline
external usenet poster
 
Posts: 1
Default How to insert pdf attachment with word email merge?

I trying attach a .pdf file with an email being mailed to a list. For the
life of me I can't find where to insert the attachment file to the merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How to insert pdf attachment with word email merge?

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/...ttachments.htm

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jim123" wrote in message
...
I trying attach a .pdf file with an email being mailed to a list. For the
life of me I can't find where to insert the attachment file to the merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Søren Dalhoff Søren Dalhoff is offline
external usenet poster
 
Posts: 6
Default How to insert pdf attachment with word email merge?

Looking at the past of how many times the same answer has been provided
http://..../MergeWithAttachments.htm. Maybe a review of the page is needed. A
solution could be to add a zip file containing the basic.

"Doug Robbins - Word MVP" wrote:

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/...ttachments.htm

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jim123" wrote in message
...
I trying attach a .pdf file with an email being mailed to a list. For the
life of me I can't find where to insert the attachment file to the merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks




  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How to insert pdf attachment with word email merge?

The procedure must be followed exactly for the process to be successful and
putting the code in a zip file would have no benefit.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Søren Dalhoff" wrote in message
...
Looking at the past of how many times the same answer has been provided
http://..../MergeWithAttachments.htm. Maybe a review of the page is
needed. A
solution could be to add a zip file containing the basic.

"Doug Robbins - Word MVP" wrote:

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/...ttachments.htm

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jim123" wrote in message
...
I trying attach a .pdf file with an email being mailed to a list. For
the
life of me I can't find where to insert the attachment file to the
merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks






  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
LyndieBee LyndieBee is offline
external usenet poster
 
Posts: 13
Default How to insert pdf attachment with word email merge?

I'm using the MergeWithAttachments procedure and followed all the steps. I
think I'm ALMOST there but am having a problem. (Microsoft Outlook 11.0
Object Library IS marked.) I'm using Office 2003, I've made and saved the
directory-type file with the email addresses and document name, I've created
the letter-type merge with the appropriate info and fields. When I run the
macro, however, things go on and on and on!!! The 3 address that I'm
expecting to see come by and I answer Yes to sending them (I'm doing this
manually since there are only 3 in my test file.) But then it keeps going
with Document 4, Document 5, Document 6, etc. I finally Ctrl+Break to get
the process to stop and get a macro error message. When I choose debug, this
is the part of the macro that is pointed to:

End With
Set oItem = Nothing
ActiveDocument.Close wdDoNotSaveChanges
Counter = Counter + 1
Wend

I copied and pasted from the article but have looked it over as well to be
sure I picked up everything. Any ideas?
-Lyndie

"Doug Robbins - Word MVP" wrote:

The procedure must be followed exactly for the process to be successful and
putting the code in a zip file would have no benefit.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Søren Dalhoff" wrote in message
...
Looking at the past of how many times the same answer has been provided
http://..../MergeWithAttachments.htm. Maybe a review of the page is
needed. A
solution could be to add a zip file containing the basic.

"Doug Robbins - Word MVP" wrote:

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/...ttachments.htm

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jim123" wrote in message
...
I trying attach a .pdf file with an email being mailed to a list. For
the
life of me I can't find where to insert the attachment file to the
merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks








  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How to insert pdf attachment with word email merge?

See response in your new thread.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"LyndieBee" wrote in message
...
I'm using the MergeWithAttachments procedure and followed all the steps.
I
think I'm ALMOST there but am having a problem. (Microsoft Outlook 11.0
Object Library IS marked.) I'm using Office 2003, I've made and saved the
directory-type file with the email addresses and document name, I've
created
the letter-type merge with the appropriate info and fields. When I run
the
macro, however, things go on and on and on!!! The 3 address that I'm
expecting to see come by and I answer Yes to sending them (I'm doing this
manually since there are only 3 in my test file.) But then it keeps going
with Document 4, Document 5, Document 6, etc. I finally Ctrl+Break to get
the process to stop and get a macro error message. When I choose debug,
this
is the part of the macro that is pointed to:

End With
Set oItem = Nothing
ActiveDocument.Close wdDoNotSaveChanges
Counter = Counter + 1
Wend

I copied and pasted from the article but have looked it over as well to be
sure I picked up everything. Any ideas?
-Lyndie

"Doug Robbins - Word MVP" wrote:

The procedure must be followed exactly for the process to be successful
and
putting the code in a zip file would have no benefit.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Søren Dalhoff" wrote in message
...
Looking at the past of how many times the same answer has been provided
http://..../MergeWithAttachments.htm. Maybe a review of the page is
needed. A
solution could be to add a zip file containing the basic.

"Doug Robbins - Word MVP" wrote:

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/...ttachments.htm

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jim123" wrote in message
...
I trying attach a .pdf file with an email being mailed to a list.
For
the
life of me I can't find where to insert the attachment file to the
merge
email doc file. Using office 2007. Any help would be appreciated.

Thanks








Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a mail-merge email with an attachment using Word . DPW Mailmerge 4 May 25th 08 08:53 PM
Mail Merge - MS Word to PDF - email attachment with PDF Ticktack Mailmerge 0 October 16th 07 10:18 AM
How do you insert another email as an attachment into a new email rburley Microsoft Word Help 1 March 1st 07 07:23 PM
How do I mail merge to EMAIL from MS Word AND add a pdf attachment Lily@Insight Mailmerge 24 January 15th 07 09:33 PM
how to add an attachment to an email merge Graham Mayor Mailmerge 1 August 13th 05 05:59 AM


All times are GMT +1. The time now is 03:53 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"