Hi,
I can't seem to get this syntax correct. I am trying to select a range in the temporary sheet based on the range with data in column A in the original sheet.
Anybody see where my mistake is?
AMAS
I can't seem to get this syntax correct. I am trying to select a range in the temporary sheet based on the range with data in column A in the original sheet.
Code:
Range("A2", Sheets("Original").Range("A" & Rows.Count).End(xlUp)).Select
Anybody see where my mistake is?
AMAS