Hi,
I have range (ActiveCell.CurrentRegion) and I want to know the last cell in
the range.
I know that vba has this property but i don't remember it.
Anyone know?
Thanks,
Shlomit
Gary''s Student - 25 Jan 2007 13:46 GMT
ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell)

Signature
Gary''s Student
gsnu200702
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Shlomit