I want to get a range of cells from column A to D, and a seperate cell with column value J. The row number of these cells depends on the ROW Number I passed into this Sub.
How can I use the Range property to get the expected result?
I write the code like this, but it seems like it is wrong.
How can I use the Range property to get the expected result?
I write the code like this, but it seems like it is wrong.
Code:
Range("A"&thisRow:"D"&thisRow,"J"&thisRow)