kermit01de
Technical User
Hi,
Original issue:
list of recipients should receive mail with pdf attached.
I already found a solution for that in general, but as I do not have any clue about vba, maybe someone could help out at the missing point.
I have an Excel table containing the recipients(A), Subject(B), Text(C) and in F2-F10 up to ten attachments. Then I have a word doc (P:\MyMailBody.doc) that should be sent as the body of the mail. (eg. containing something like: Dear friends, please find attached etc etc etc Kind regards)
How should I change the code at this point
to have the content of the doc in the body?
Thanks for any hint
Kind regards
Mirko
--------------------------------------
>>>>>> ... I am sure, some supportissues are a matter of PEBKAC ... <<<<<
Original issue:
list of recipients should receive mail with pdf attached.
I already found a solution for that in general, but as I do not have any clue about vba, maybe someone could help out at the missing point.
I have an Excel table containing the recipients(A), Subject(B), Text(C) and in F2-F10 up to ten attachments. Then I have a word doc (P:\MyMailBody.doc) that should be sent as the body of the mail. (eg. containing something like: Dear friends, please find attached etc etc etc Kind regards)
How should I change the code at this point
Code:
.Body = Cells(i, 3) 'Sendtext"
to have the content of the doc in the body?
Thanks for any hint
Kind regards
Mirko
--------------------------------------
>>>>>> ... I am sure, some supportissues are a matter of PEBKAC ... <<<<<