Excel 97 SR2
I have a worksheet with data in column A (starting with row 5), I want to be able to write a procedure that will check to see if the first cell (A5) is empty. If the cell is empty, end the procedure. If the cell has contents, then execute procedure #2. After executing procedure #2 on cell A5, repeat on the next row in column A. So on and so forth until there is no more data in column A.
What code can I use to increment the row numbers to tell the procedure to move to the next cell in column A?