I have the statement below that I hardcoded the values I165:L165.
Each time I create this report I have to change the values (165 to the last row).
Is there a way to dynamically change them using xlUp since the column IXXX is the last row in column I and the L165 is the same row just over 4 cells.
Thanks
sourceBook.Sheets("Services").Range("I165:L165").Copy
Thanks
Each time I create this report I have to change the values (165 to the last row).
Is there a way to dynamically change them using xlUp since the column IXXX is the last row in column I and the L165 is the same row just over 4 cells.
Thanks
sourceBook.Sheets("Services").Range("I165:L165").Copy
Thanks