Send e-mail from a Excel file

G

Guest

Dear experts,

I've a database of clients' information. Column A is clients' names; column
B is account numbers; column C is subscription dates; column D is expiry
dates.

My question is, if I set a formula in column E which shows "Renewal" if
expiry date minus today is less than 30 days. Subsequently, if coulmn E
showed "Renewal", then a macro can trigger an action which can generate a
reminder e-mail to respective client in accordance with the e-mail address in
column F. In the reminder e-mail, it should contain respective client's name,
account name, the expiry date and some standard wordings. Can it be done? If
yes, please kindly advise.

Thanks in advance
 
G

Guest

Dear Ron,

Thanks for your code and it suits my case. However, your code states that it
only works when use Excel Outlook. What about Lotus Notes? What lines in the
code need to be replaced? Please kindly advise.

Thanks a million. Regards.
 
N

NS421

I'd like to do something similar to this. I have a Contract database, that
tracks the Vendor, the Go Live Date and then calculates about 2 weeks out
when the contract should be sent out. What I'd like to be able to do is have
the spreadsheet send a reminder e-mail to the three people involved in the
Contract process once the 2 week date is hit.

I'm not very good at this.. I've only ever written one macro and that was
pretty much a copy and paste job from someone here. Any and all help would be
greatly appreciated!

N
 
R

Ron de Bruin

Have you look at example 2 on that page
There is a formla that looks at a date in that example

If you want to send the mail to more then one person tell me where the
mail addresses are in the database.
Or are they always the same
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top