chicosbailbonds
New Member
- Joined
- Dec 18, 2009
- Messages
- 44
I'm trying to have VBA autofilter a particular range once I have the selection I'm trying to use the visible cells and put a particular formula in column C, not sure how to do it. Please help!
Code:
With LPRNGE
AutoFilter Field:=3, Criteria1:="<>"
.SpecialCells(xlCellTypeVisible).
End With