ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Email with Notes (https://www.excelbanter.com/excel-programming/381523-re-email-notes.html)

Ron de Bruin

Email with Notes
 
Hi Patch

See this page

Sending mail from Lotus Notes (XL-Dennis)
http://www.excelkb.com/?cNode=1X5M7A



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Patch" wrote in message ...
Using a command button I would like to emial to a group of users. The list of
email addresses will be listed in a column. My email client is Notes.

Please supply full code as I am beginner in the coding world.
Mant Thanks


Ron de Bruin

Email with Notes
 
Hi Patch

Sorry, I never used Notes but you can see how Denis use a array on this page with addresses
http://www.excelkb.com/article.aspx?...5&cNode=1X5M7A

Dim vaRecipient As Variant
'Populate the variant-array with recipients.
vaRecipient = ", _
", _
")


Look on my page how I fill a array with addresses in a range
http://www.rondebruin.nl/mail/tips1.htm

Dim MyArr As Variant
MyArr = Sheets("mysheet").Range("C1:C10")
..SendMail MyArr, "This is the Subject line"


You can try this in Notes ????

Dim vaRecipient As Variant
'Populate the variant-array with recipients.
vaRecipient = VBA.Array (Sheets("mysheet").Range("C1:C10"))


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Patch" wrote in message ...
Hi Ron,

Than kyou very much that is an excellent start. However I am not that good
with VB at all. There does not seem to be an option where it will allow mt to
send an email to multiple users.

For example I want to send an email to all users's email addresses that
appear in column A.

Are you able to help?

Many Thanks

"Ron de Bruin" wrote:

Hi Patch

See this page

Sending mail from Lotus Notes (XL-Dennis)
http://www.excelkb.com/?cNode=1X5M7A



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Patch" wrote in message ...
Using a command button I would like to emial to a group of users. The list of
email addresses will be listed in a column. My email client is Notes.

Please supply full code as I am beginner in the coding world.
Mant Thanks




All times are GMT +1. The time now is 03:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com