
Signature
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
this is Supriya
i found this article very informative and happend to learn a new point
today. thans for the support and help
would you help me in suggeting an option to send an seperate subjet line for
each mail in the mail merge process. you can even check my question logged.
"option to merge seperate subject for email in the merge" from subject line
in email.
regards
Supriya V
> See the article "Mail Merge to E-mail with Attachments" at
>
[quoted text clipped - 11 lines]
> > defined a 'range' in the XL file - I don't know how to do that eaither!! _
> > Help!!!
Doug Robbins - 09 Sep 2005 05:27 GMT
The Outlook Object model does expose the .Subject attribute so if you have a
field in the catalog or directory type mailmerge document that contains the
individual subject lines, you can access it in the same way as the
.Addressee and .Attachment.
Declare the range object mysubject
Dim mysubject As Range
and then in the With oItem construction, include
Set mysubject = Maillist.Tables(1).Cell(Counter, 2).Range
mysubject.End = mysubject.End - 1
.Subject = mysubject

Signature
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
> this is Supriya
> i found this article very informative and happend to learn a new point
[quoted text clipped - 29 lines]
>> > eaither!! _
>> > Help!!!