+ Reply to Thread
Results 1 to 3 of 3

Email through Lotus Notes Multiple Recipients

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Email through Lotus Notes Multiple Recipients

    I have a macro that will send part of a workbook to a specific recipient. Works great when there's one person who needs to receive the document. When there's multiple, I can't seem to get it to work. Using commas or semicolons to separate email addresses does not appear to work. Any ideas?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573

    Re: Email through Lotus Notes Multiple Recipients

    You can parse it and pass as an array or pass the comma-delimited string as I did and parse it to an array as I did in this example.
    Please Login or Register  to view this content.
    Last edited by Kenneth Hobson; 03-31-2009 at 03:06 PM.

  3. #3
    Registered User
    Join Date
    05-01-2009
    Location
    Mississippi, USA
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Email through Lotus Notes Multiple Recipients

    Yawnzzz,
    You may want to check out my code by searching for Create Lotus Notes Draft email from filtered or unfiltered List. It creates a single email to many recipients. It can use filtered or unfiltered lists. The only prerequisite is that you have a workbook set up with Sheet1 and Sheet2. The column labels are in Row4 and the email addresses start in Row 5 in Column G

    I have a button on my sheet that calls CheckForAutoFilters and all code is pasted in Module1 (not that the names matter). You can change the routine as you see fit.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1