View Single Post
 
Old 04-22-2024, 03:06 PM
Kater Kater is offline Windows 10 Office 2016
Novice
 
Join Date: Apr 2024
Posts: 2
Kater is on a distinguished road
Default 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?
Reply With Quote