Hi everyone. I deal with a sheet that adds a column each day. I am trying to write a macro that copies and pastes the last column on a different tab. I have struggled with this for a few hours. The macro I have simply selects the row, not the final column. Any help would be fantastic!
Here is the code I am using
Thanks
Chris
Here is the code I am using
Code:
Range("A1", Range("A1").End(xlToRight)).Select
Thanks
Chris