Guys, I use code to autofilter column C, but I need the code to do something I cannot figure out (tried google and forums). I need to take the filtered results and see if they all match. I would like to but this into an if/then statement.
Example
Dim rng As Range
B = rng.Columns("C:C").SpecialCells(xlCellTypeVisible)
If B all match Then
Do stuff
End If
That is what I was thinking might work. Thanks for the help in advance!
Example
Dim rng As Range
B = rng.Columns("C:C").SpecialCells(xlCellTypeVisible)
If B all match Then
Do stuff
End If
That is what I was thinking might work. Thanks for the help in advance!