Sending eMail using Excel data through lotus Notes

Amdivns

New Member
Joined
Sep 30, 2013
Messages
8
Hello,

I am trying to automate a document request process by creating a spreadsheet which is then used by to automatically send individual eMails using cells as the subject and body text. Below is an example of what i'm trying to do. Also, the destination eMail will always stay the same. A macro button to start the mail process would also be handy!

Subject - Request for original documents - (A2:A99) - (B2:B99)

Hello,

Please action the below request at your earliest convenience

Member Name: (A2:A99)
Member #: (B2:B99)
Case#: (C2:C99)
Location: D2:D99)
Folder: (E2:E99)
Document ID: (F2:F99)
Requested by: (G2:G99)
Date Requested: (E2:E99)

Regards,

Amdivns



Here is an example spreadsheet I am using. I have trawled the web- but can't find a decent code


A B C D E F G H
[TABLE="width: 1017"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Member #[/TD]
[TD]Case #[/TD]
[TD]Location[/TD]
[TD]Folder[/TD]
[TD]Document ID[/TD]
[TD]Requested By[/TD]
[TD]Date Requested[/TD]
[/TR]
[TR]
[TD]TEST TEST[/TD]
[TD]113721433[/TD]
[TD]12345678[/TD]
[TD]123456789[/TD]
[TD]AA[/TD]
[TD]I12345678[/TD]
[TD]JOHN DOE[/TD]
[TD]14/11/2014[/TD]
[/TR]
</tbody>[/TABLE]


Any help would be most appreciated!!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top