VBA to highlight certain text in a table
Hello! I have documents that often contain tables where the first column says "NAME:" and then the corresponding row in the second column is where that person would enter their name.
I would like a macro that would highlight the column 2 text (the person's name) IF it does not begin with "AGENT." For example, column 1 says "NAME:", column 2 says "BOB JONES" but it should say "AGENT BOB JONES."
I would prefer the macro to highlight the text (any color is fine) rather than shade the cell.
Also, the macro would need to just end if there happen to not be any tables in said document.
Is that possible?
|