Hello:
I'm trying to put together a function that will delete a row if the first cell in the row is blank or contains non-numeric characters. I can't just test for the cell to be numeric, because all the cells are formatted as general. A variable number of the rows will have values like '100012122' in cell A - those are the rows I want to keep. I need to delete all the other rows.
Any thoughts?
TIA...Holly
I'm trying to put together a function that will delete a row if the first cell in the row is blank or contains non-numeric characters. I can't just test for the cell to be numeric, because all the cells are formatted as general. A variable number of the rows will have values like '100012122' in cell A - those are the rows I want to keep. I need to delete all the other rows.
Any thoughts?
TIA...Holly