I have got this statement of code
Range("A"&Number :"W" & Number).Copy
Where Number is a digit representing the row. But this particular range doesn't seem to work well. I get a compile error and i don't know how to fix the Range to include a variable that increments the row number
Any help on that would be appreciated.