D
Denys
Good day everyone,
Would someone be kind enough to let me know how I could replace "A2"
by the active cell in the following formula:
With ActiveSheet
.Cells(1, 1).End(xlDown).Offset(1).Select
.Range("A2", .Cells(UBound(Arr, 1), UBound(Arr,
2))).Value = Arr
End With
Thank you for your time
Denys
Would someone be kind enough to let me know how I could replace "A2"
by the active cell in the following formula:
With ActiveSheet
.Cells(1, 1).End(xlDown).Offset(1).Select
.Range("A2", .Cells(UBound(Arr, 1), UBound(Arr,
2))).Value = Arr
End With
Thank you for your time
Denys