C
crapit
Regarding range() usage, I had a non-fix range value
where by "lastrow" has been assigned to a variable value
range("P1:S710")
But how do I make it to function as below??
Sheets("Status").Range(Cells(1, 16), Cells(lastrow, 19)).Copy
Sheets(shtName).Range("b1")
where by "lastrow" has been assigned to a variable value
range("P1:S710")
But how do I make it to function as below??
Sheets("Status").Range(Cells(1, 16), Cells(lastrow, 19)).Copy
Sheets(shtName).Range("b1")