Posts by user169315 • 11 points
1 post
-
0
votes1
answer137
viewsQ: Capture an excel autofilter criterion based on cell color
How to capture an Excel autofilter criterion that is based on cell color? Code: Sub GetCellColorCriteria() With ActiveSheet If .AutoFilterMode Then With .AutoFilter.Filters(1) If .On Then If…
excel-vbaasked user169315 11