iLastRow = Cells(Rows.Count, 1).End(xlUp).Row
MsgBox Cells(Rows.Count, 1).End(xlUp).Address(0, 0)
'для определения последней строки в столбце A
iLastRow& = Cells(ActiveSheet.Rows.Count, 1).End(xlUp).Row
iLastRow& = Range("A65536").End(xlUp).Row
iLastRow& = Cells(65536, 1).End(xlUp).Row
iLastRow& = Cells(65536, ActiveCell.Column).End(xlUp).Row
iLastRow& = Cells(65536, "A").End(xlUp).Row
MsgBox iLastRow&
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 74