S
sali
just as little surprise, method specialcells(xlCellTypeFormulas) had to
return "empty" range since there were no formulas, but instead of having
..cells.count=0, or to skip loop in "for each", it thrown error "no cells in
the range"
is it expected? i had to handle it with error goto, but would be nice to
handle it with count=0
this is excel 2000 vba
am i doing wrong, or there is realy no other way than throwing error?
thnx
return "empty" range since there were no formulas, but instead of having
..cells.count=0, or to skip loop in "for each", it thrown error "no cells in
the range"
is it expected? i had to handle it with error goto, but would be nice to
handle it with count=0
this is excel 2000 vba
am i doing wrong, or there is realy no other way than throwing error?
thnx