Hello, for some reason Excel doesn't like when I try to use the "range method" in my code below.
I would appreciate any insight as I need this to be a dynamic range.
This line doesn't work:
targetSheet.Range(Cells(1, 1), Cells(Source_Lastrow, Source_LastColumn)).Value =...