R
Rich
I am using Excel 97.
I tried this command in a macro.
ActiveCell.SpecialCells(xlLastCell).Select
I thought that the above command will return the last cell that
contains data. When I issued this command, it returned a cell that was
blank.
I am after the last row in the spreadsheet that contains data. Is
there a better way than the above command ?
I tried this command in a macro.
ActiveCell.SpecialCells(xlLastCell).Select
I thought that the above command will return the last cell that
contains data. When I issued this command, it returned a cell that was
blank.
I am after the last row in the spreadsheet that contains data. Is
there a better way than the above command ?