Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
lotus notes email pdaws Excel Worksheet Functions 2 October 2nd 08 04:08 PM
Email with notes Nigel Excel Programming 1 September 27th 05 08:42 PM
Why won't AOL email communicate with lotus notes email? ManInaMaze Excel Discussion (Misc queries) 0 August 3rd 05 02:41 AM
Email with notes error Nigel Excel Programming 0 July 22nd 05 11:00 PM
Send email with Lotus Notes Simon Excel Programming 1 May 6th 04 04:56 AM


All times are GMT +1. The time now is 07:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"