+ Reply to Thread
Results 1 to 3 of 3

Extract uppercase words from string

  1. #1
    Registered User
    Join Date
    11-21-2011
    Location
    boston, ma
    MS-Off Ver
    Excel 2007
    Posts
    25

    Question Extract uppercase words from string

    Hi,

    I'm new at this, but really need help to save time on thousands of cells worth of manual work. I need to extract the uppercase words from strings of text. I'll give an example, and show which VBA code I found on my own and how it seemed to get me closer but not all the way there.

    Example:

    A1: The quick brown Fox Jumps over the lazy dog
    A2: The Quick brown fox jumps over the lazy Dog

    Ideally in B1: The Fox Jumps
    B2: The Quick Dog




    I found this code:


    Please Login or Register  to view this content.

    .....Which only took the capital letter itself. From the above example:

    Outcome B1: TFJ


    Any help would be appreciated! Thanks.
    Last edited by agf12555; 11-21-2011 at 03:25 PM.

  2. #2
    Registered User
    Join Date
    07-27-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Extract uppercase words from string

    Hi,

    See if this does the trick:
    Please Login or Register  to view this content.
    I haven't checked the asc numbers so I'll have to trust whoever wrote the original function on that one.

    Cheers,
    Dom

  3. #3
    Registered User
    Join Date
    11-21-2011
    Location
    boston, ma
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Extract uppercase words from string

    That did the trick, Amazing! Thanks a million

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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