Sign up, and you can customize which countdowns you see. Sign up
May 22, 2015
4:00:17pm
Excel VBA help! Please

I thought this would be simple for me, but I don't do this very often. Can you give me an idea of how you would solve that? Need to delete duplicate rows based on a repeating column values in column 1 & 3 and keep the first row. So it will be this:

1, 0, 2

1, 1, 2

1, 1, 3

2, 1, 2

2, 0, 2

to

1, 0, 2  'Kept first row

1, 1, 3  'no Duplicate in column 1 & 3

2, 1, 2  'Kept first row

 

Any ideas? Thanks in Advance!

grosven
Bio page
grosven
Joined
Aug 13, 2009
Last login
Apr 25, 2024
Total posts
13,265 (41 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.