Мне нужно удалить строку, например 152, и чтобы 152 строкой стала следующая строка.
Как это осуществить?
Rows("152:152").Select
Selection.Delete Shift:=xlUp
Rows(152).EntireRow.Delete shift:=xlUp
Rows(152).Delete
Справка Microsoft Visual Basic писал(а):expression.Delete(Shift)
expression Required. An expression that returns an object in the Applies To list.
Shift Optional Variant. Used only with Range objects. Specifies how to shift cells to replace deleted cells. Can be one of the following XlDeleteShiftDirection constants: xlShiftToLeft or xlShiftUp. If this argument is omitted, Microsoft Excel decides based on the shape of the range.
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 107