S
Stuart
I use
Set rng = .Columns(5).SpecialCells(xlConstants, xlTextValues)
to test for text values.
I have a special character defined by the variable CatoChar
which is dimmed as a String.
Can the above code be adapted to find CatoChar, please?
Regards.
Set rng = .Columns(5).SpecialCells(xlConstants, xlTextValues)
to test for text values.
I have a special character defined by the variable CatoChar
which is dimmed as a String.
Can the above code be adapted to find CatoChar, please?
Regards.