Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I send a Lotus Notes Email using VBA in Excel

Status
Not open for further replies.

shcuck

Programmer
Dec 10, 2002
10
US
I am trying to send an email through lotus notes, when certain conditions are met on an excel worksheet.

any ideas as to how to do this?
 
There are at least 3 posts in this forum that have all the code needed to send email thru notes from excel - just do a search for "email lotus" and you'll get a load of hits

To do it when conditions are met, just use a select case / if statement before the email code that tests for your conditions Rgds
~Geoff~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top