Hi,
I am trying to write a macro that will search three strings of text in Range (E6:E8), by comparing them to cells in a different worksheet. The cells in the other worksheet are in Range (C4:C100).
For example, lets say in cell E6 there is a list of names: Tom, Matt, Bob, Jim, Kathy, etc.
In cells C4:C100, I have another list of names:
Jack
John
Jimmy
Tom
Joel
Bob
After running the macro, I would like the names Tom and Bob (the names from E6 that match up with cells in C4:C100), to be bolded and red. Specifically: Tom, Matt, Bob, Jim, Kathy, etc.
Thanks for the help.
Best,
Mark
I am trying to write a macro that will search three strings of text in Range (E6:E8), by comparing them to cells in a different worksheet. The cells in the other worksheet are in Range (C4:C100).
For example, lets say in cell E6 there is a list of names: Tom, Matt, Bob, Jim, Kathy, etc.
In cells C4:C100, I have another list of names:
Jack
John
Jimmy
Tom
Joel
Bob
After running the macro, I would like the names Tom and Bob (the names from E6 that match up with cells in C4:C100), to be bolded and red. Specifically: Tom, Matt, Bob, Jim, Kathy, etc.
Thanks for the help.
Best,
Mark