Results 1 to 10 of 12

Thread: Extract Email ID From A List Of Sentences

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Jun 2012
    Posts
    337
    Rep Power
    14
    An alternative:

    Code:
    Function F_snb(c00)
       F_snb = Trim(Replace(Join(Filter(Split("|~" & Join(Filter(Split(c00), "@"), "|~"), "|"), "~@", False)), "~", ""))
    End Function

  2. #2
    Junior Member
    Join Date
    Jun 2013
    Posts
    22
    Rep Power
    0
    Hey SNB, thanks for your input. I tried running your VBA instead of Rick's on the test xl attached as well as the original Cursed File but all it gives me is #NAME?

    Did you try your VBA on my test file?

  3. #3
    Senior Member
    Join Date
    Jun 2012
    Posts
    337
    Rep Power
    14
    Yes I tested it on your file.

    Do you know where to store a UDF and how to call a UDF ?

Similar Threads

  1. VBA To Extract Email Address From Text
    By dunndealpr in forum Excel Help
    Replies: 43
    Last Post: 06-05-2019, 03:56 PM
  2. Replies: 1
    Last Post: 07-26-2013, 01:54 AM
  3. Replies: 6
    Last Post: 05-25-2013, 07:36 PM
  4. Extract Email Text to Excel
    By bcloring in forum Excel Help
    Replies: 5
    Last Post: 12-14-2012, 04:10 AM
  5. Extract Unique Values List
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 4
    Last Post: 03-06-2012, 09:51 PM

Posting Permissions

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