I have several spreadsheets with the same kind of formatting.
they basically consist of a block of data (varying number of rows) from column A through to column AB
I need to use column B to detect the last row of data (as there is something slightly lower down in column A and a sections with totals starting at column L after the data.
how can I tell VBA to find the last row of data using column B, and then select every row from 1 to that row number?
they basically consist of a block of data (varying number of rows) from column A through to column AB
I need to use column B to detect the last row of data (as there is something slightly lower down in column A and a sections with totals starting at column L after the data.
how can I tell VBA to find the last row of data using column B, and then select every row from 1 to that row number?