Hi all,
I have a data in sheet called 'Request' that I need selecting in A:C range until it ends and pasting below existing data in 'Requested' sheet.
I'm trying to write this withLrow = Cells(Rows.Count, "A").End(xlUp).Row, but have no luck.
Any ideas?