Hi,
I want to highlight if text are ending "AB".
I have a pivot table and in the row column, I have column, "Items".
The pivot table looks like below;
Name | Task | Items | Total Hours
John K. QWE Q-AB 3.00
John K. Send P-AB 1.00
John K. Total Hours 4.00
Kate C. Fix Hole 2.00
Kate C. Tra City-AB 9.00
Kate C. Total Hours 11.00
Grand Total 15.00
I want to highlight Q-AB, P-AB, and City-AB in yellow.
I used conditional formatting, but when new data entered, the conditional formatting didn't work for new range.
I have to fix the range manually.
How can I do this with vba?
Thanks in advance.
Bookmarks