Please could u let me know how i can add dynamic starting position and ending position together in a range .
so basically i have Range("A3:D" & lastRow)
i want something like below .
Range("A:D" &firstrow, & lastRow)
Here the firstrow and last row will be specified by me
specify
the start and stop rows for his range in columns A:D, which is basically asking how to writeRange("A5:D10")
. – GMalc