I have a range in which the first column holds FPDN 5xx or PDN xxx numbers. How can I filter so that I show only FPDN items, regardless of what number follows them?
This is my code at this point.
Dim R As Range, Cel As Range
Set R = Range("PDNNum")
For Each Cel In R
If Cel.Value <> "FPDN"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.