| Код |
|---|
Sub Copy_value() my_row = ActiveCell.Row my_col = (Cells(my_row, 100).End(xlToLeft).Column) + 1 current_value = Cells(my_row, 4).Value If my_col < 9 Then my_col = 9 End If Cells(my_row, my_col).Value = current_value End Sub |
Изменено: - 17.07.2020 22:16:12