N
Nic
My data colums are fixed, A-J
However row changes on daily basis.
Range("A1:J11").Select
Selection.Copy
How do I replace the J11 with J variable to represent the last row,
effectively selecting the entire active range.
However row changes on daily basis.
Range("A1:J11").Select
Selection.Copy
How do I replace the J11 with J variable to represent the last row,
effectively selecting the entire active range.