I have a spreadsheet and two of the columns are called SiteDeveloper and WFDeveloper
SiteDeveloper WFDeveloper
ID 2658
1. Cortright, John Cortright, John
2. Goldberg, Glenn Berberich, Joel P
3. Linden, Evan McMullin, David
4. McMullin, David
ID 2659
1. Atienza, Gerard Atienza, Gerard
2. Priese, Fred Priese, Fred
3. Westberry, Carey Schroer, Brian
4. Thompson, Martin
I’m getting these values from two different database ( database A, DatabaseB) and I’m matching against Id
(e.g id from database A.table1.id =databaseb.table1.id)
A.Table.id can any number of SiteDeveloper
As B.table1.id can have any number of WFDeveloper
Mean I’m doing query in Access
Which I’m getting successfully and I’m placing on excel spread sheet
Because this is more than 20,000 records
Is there any way I can put color code red where data is not matching ?
Like
In ID 2658
Like
2. Goldberg, Glenn Berberich, Joel P
3 Linden, Evan
And in id 2659
3. Westberry, Carey Schroer, Brian
4. Thompson, Martin
In Red color because they are not matching
Using VBA in excel. I know I have to use some sort of loop, but I have not any program in VBA, so a small code will help me. Thanks in advnace
SiteDeveloper WFDeveloper
ID 2658
1. Cortright, John Cortright, John
2. Goldberg, Glenn Berberich, Joel P
3. Linden, Evan McMullin, David
4. McMullin, David
ID 2659
1. Atienza, Gerard Atienza, Gerard
2. Priese, Fred Priese, Fred
3. Westberry, Carey Schroer, Brian
4. Thompson, Martin
I’m getting these values from two different database ( database A, DatabaseB) and I’m matching against Id
(e.g id from database A.table1.id =databaseb.table1.id)
A.Table.id can any number of SiteDeveloper
As B.table1.id can have any number of WFDeveloper
Mean I’m doing query in Access
Which I’m getting successfully and I’m placing on excel spread sheet
Because this is more than 20,000 records
Is there any way I can put color code red where data is not matching ?
Like
In ID 2658
Like
2. Goldberg, Glenn Berberich, Joel P
3 Linden, Evan
And in id 2659
3. Westberry, Carey Schroer, Brian
4. Thompson, Martin
In Red color because they are not matching
Using VBA in excel. I know I have to use some sort of loop, but I have not any program in VBA, so a small code will help me. Thanks in advnace