UsedRange and LastCell feb08
Hi -
Am learning about some new to me worksheet properties.
I know the first example below is a count, but shouldn't the row numbers
be the same in both examples? Why are they not?
Thanks,
Neal Z.
debug.Print activesheet.usedrange.rows.count
5499
debug.Print activesheet.usedrange.specialcells(xlCellTypeLastC ell).address
$CW$5498
|