I want to copy the contents of a range as long as the number of cells in the column have data. Starting from Column D1.
Here is my code:
Worksheets("DATASHEET").Range("D1:BD" & LastRow).Copy
However, the code is copying from A1 vs D1, any suggesting please?
Thanks.
Here is my code:
Worksheets("DATASHEET").Range("D1:BD" & LastRow).Copy
However, the code is copying from A1 vs D1, any suggesting please?
Thanks.