+ Reply to Thread
Results 1 to 2 of 2

automatic Email

Hybrid View

daselman automatic Email 02-01-2013, 06:08 PM
jaslake Re: automatic Email 02-01-2013, 06:23 PM
  1. #1
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: automatic Email

    Hi daselman

    I can't tell from your Code nor your explanation what you wish to send. However, if you make a simple change to you Code it runs
    'Set filter range and filter column (column with e-mail addresses)
        Set FilterRange = Ash.Range("A1:E6" & Ash.Rows.Count) '<---------Change this line
        FieldNum = 2    'Filter column = B because the filter range start in column A
    'Set filter range and filter column (column with e-mail addresses)
        Set FilterRange = Ash.Range("A1:E" & Ash.Rows.Count) '<---------To this (get rid of the 6)
        FieldNum = 2    'Filter column = B because the filter range start in column A
    I read again your explanation...you wish to send Sheet Mailing to each Email Address in Sheet Mailing Column B?
    Last edited by jaslake; 02-01-2013 at 06:26 PM.
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ 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