Hi,
Can anyone help, I want to be able to use VBA to select columns A to D down to the last row that contains any data. The data could be in any row and in any column from A to D
For example:
if the last cell to contain data is B10, I would like the range to be A1:D10
if the last cell to contain data is C57, I would like the range to be A1:D57
Thank you in advanced.
Can anyone help, I want to be able to use VBA to select columns A to D down to the last row that contains any data. The data could be in any row and in any column from A to D
For example:
if the last cell to contain data is B10, I would like the range to be A1:D10
if the last cell to contain data is C57, I would like the range to be A1:D57
Thank you in advanced.