I'm looking for a slightly better way of doing the following...
![]()
Please Login or Register to view this content.
I'm looking for a slightly better way of doing the following...
![]()
Please Login or Register to view this content.
Last edited by Hyflex; 02-13-2012 at 11:12 AM.
Hyflex,
I would recommend conditional formatting instead of VBA. highlight column A and create two conditional format formulas:
For the Good style, use this formula: =AND($A1<>"",$A1="True")
For the Bad style, use this formula: =AND($A1<>"",$A1="False")
Last edited by tigeravatar; 02-13-2012 at 11:41 AM.
Hope that helps,
~tigeravatar
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
I do see in your thread title that it says "(Not Conditional)". If it has to be VBA, I'd recommend using autofilter for this operation:
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks