G
Guest
I want to be on a sheet, select a range, and paste it to another sheet within
the workbook without actually going to the other sheet. I have used this in
the past for a single cell:
TargetSheet.Range("A1").Value = Sheets("Maintenance").Range ("A50").Value
I have TargetSheet defined and everything, but how do I do this for a range?
Thanks in advance.
the workbook without actually going to the other sheet. I have used this in
the past for a single cell:
TargetSheet.Range("A1").Value = Sheets("Maintenance").Range ("A50").Value
I have TargetSheet defined and everything, but how do I do this for a range?
Thanks in advance.