W
ward376
Is there a test (and what is it?) that could be used to avoid using on
error resume next before a line like this?
..SpecialCells(xlCellTypeBlanks).count returns an error if there are no
blanks in the referred-to range.
Thanks!
Cliff Edwards
error resume next before a line like this?
..SpecialCells(xlCellTypeBlanks).count returns an error if there are no
blanks in the referred-to range.
Thanks!
Cliff Edwards