Results 1 to 10 of 16

Thread: Looping Through String Using Excel VBA!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Jun 2012
    Posts
    337
    Rep Power
    13
    Do you want to compare only A1 to B1 or A1 to every string in column B ?

    I would split the values in column A to colum A:E (texttocolumns)

    Then it's easy to compare the values in A1:E1 to the string in column F and put the result of the comparison in column G

    See the attachment.
    Attached Files Attached Files
    Last edited by snb; 09-08-2014 at 12:09 AM.

  2. #2
    Junior Member
    Join Date
    Sep 2014
    Posts
    7
    Rep Power
    0
    Quote Originally Posted by snb View Post
    Do you want to compare only A1 to B1 or A1 to every string in column B ?

    I would split the values in column A to colum A:E (texttocolumns)

    Then it's easy to compare the values in A1:E1 to the string in column F and put the result of the comparison in column G

    See the attachment.

    I would like to compare A1 to every string in column B.

Similar Threads

  1. Replies: 15
    Last Post: 08-23-2013, 12:03 PM
  2. VBA Looping Input Range and Output Range
    By Whitley in forum Excel Help
    Replies: 7
    Last Post: 04-25-2013, 09:02 PM
  3. Looping through Each Files and Folders
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 0
    Last Post: 04-18-2012, 12:12 AM
  4. Replies: 10
    Last Post: 04-07-2012, 05:33 AM
  5. Looping Through Each Internet Explorer
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 3
    Last Post: 03-27-2012, 07:30 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
  •