+ Reply to Thread
Results 1 to 3 of 3

VB Code to create Email list

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    VB Code to create Email list

    Hello:

    Please refer to attached file.
    I have lots of email addresses in column C as shown.
    I need VB Code to get the list of email seperated by ";" and save in txt file C:\GroupA_Email.txt.

    Let me know if you have any questions.
    Thanks.

    Riz
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: VB Code to create Email list

    With your sample something like below.

    Please Login or Register  to view this content.
    Notes:
    • I don't recommend writing directly to "C:\" root. Use "C:\Temp\" or some other folder.
    • If list exceeds transpose limitation, first place range into variant array and then transform and join. Or you can loop and concatenate.

  3. #3
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: VB Code to create Email list

    Hello Ck76:

    Thanks it works..

    Riz

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 11-29-2014, 07:30 AM
  2. [SOLVED] Code to create and email PDF getting interupted
    By Nitefox in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 9
    Last Post: 01-12-2014, 11:05 PM
  3. [SOLVED] Help me fix attached code (create Outlook email then create calendar item)
    By Rerock in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-19-2013, 08:15 PM
  4. Create course wise list and send email
    By shreejit in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2013, 07:08 AM
  5. Code to create email in Lotus Notes
    By lastat in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2011, 09:45 AM
  6. Code to create PDF, attach to email and send to distribution list
    By tim_chisman in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-18-2010, 09:08 AM
  7. Change this code to create one email with all the addresses found
    By dcgrove in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-15-2008, 08:52 PM

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