J
JT
Jim........I'm still struggling with the code for matching
data on 2 different sheets.
Sheet(1) 1, A, 2, B, 3, C, D, 4, 5, 11 (This is Col A)
Sheet(2) 1, 2, 3, 4, 5, 6, 7, 10, 11, 12 (This is Col A)
Once the matching process is completed, Sheet (1) (Col A)
should look like this: A, B, C, D (because these values
are not in Sheet (2) Col A. There are no changes to Sheet
(2) Col A.
I tried the new code you suggested and what I ended up
with on Sheet (1) is 1. Once it found a "No Match" item
it deleted every row after and including the first "No
Match" item.
I really appreciate all of your help with this. I'm
struggling with understanding the "if not xxxx is nothing"
part of the code.
Thanks again for all of your help........
data on 2 different sheets.
Sheet(1) 1, A, 2, B, 3, C, D, 4, 5, 11 (This is Col A)
Sheet(2) 1, 2, 3, 4, 5, 6, 7, 10, 11, 12 (This is Col A)
Once the matching process is completed, Sheet (1) (Col A)
should look like this: A, B, C, D (because these values
are not in Sheet (2) Col A. There are no changes to Sheet
(2) Col A.
I tried the new code you suggested and what I ended up
with on Sheet (1) is 1. Once it found a "No Match" item
it deleted every row after and including the first "No
Match" item.
I really appreciate all of your help with this. I'm
struggling with understanding the "if not xxxx is nothing"
part of the code.
Thanks again for all of your help........