SandsB
Well-known Member
- Joined
- Feb 13, 2007
- Messages
- 731
- Office Version
- 365
- Platform
- Windows
There's always some VBA I'm not smart enough to do.
So I have 2 lists each with the name of a record owner in column A. List1 is all the records I already know belong to Bob. The number of rows varies each day. I want to get the contents of each row in List2 (# of rows also varies) that shows Bob in column A if that record number isn't already in List1 and I need those additional rows to be placed under whatever is the bottom row in today's version of List1. In the example below, I have 4 records for Bob in List1 so I need to add the rows for Bob Record8 and Bob Record11 starting in row 5 of List1. I don't need to edit List2 at all and I'm not concerned with anyone other than Bob.
List1
Bob Record1
Bob Record2
Bob Record5
Bob Record7
List2
Bob Record1
Bob Record2
Joe Record3
Bob Record5
Mary Record6
Bob Record7
Bob Record8
Ed Record9
Mary Record10
Bob Record 11
So I have 2 lists each with the name of a record owner in column A. List1 is all the records I already know belong to Bob. The number of rows varies each day. I want to get the contents of each row in List2 (# of rows also varies) that shows Bob in column A if that record number isn't already in List1 and I need those additional rows to be placed under whatever is the bottom row in today's version of List1. In the example below, I have 4 records for Bob in List1 so I need to add the rows for Bob Record8 and Bob Record11 starting in row 5 of List1. I don't need to edit List2 at all and I'm not concerned with anyone other than Bob.
List1
Bob Record1
Bob Record2
Bob Record5
Bob Record7
List2
Bob Record1
Bob Record2
Joe Record3
Bob Record5
Mary Record6
Bob Record7
Bob Record8
Ed Record9
Mary Record10
Bob Record 11