Results 1 to 10 of 10

Alternative to concatenate

Threaded View

  1. #1
    Registered User
    Join Date
    06-06-2008
    Posts
    34

    Alternative to concatenate

    Hi,

    I'm looking to take a long list of e-mail addresses, probably 100 orso, that will be in Cell A2 downwards, one by one. In non-VB I would've used the concatenate formula to combine them all with a "; " in between, so I could then copy-paste in Outlook.

    I know this isn't available in VB, so I was wondering if there's an obvious way to do this? My current longwinded solution is:

    LValue = Worksheets("Results").Range("A2") & "; " & Worksheets("Results").Range("A2")
    
    Worksheets("Results").Range("A102") = LValue
    Last edited by Toddneyx; 12-12-2010 at 06:20 AM.

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