I have found several techniques for finding the next blank cell in a column but none to limit the search to a range within a column.
The specifics: The worksheet is for scoring a sailboat race. There is a userform for entering the boat specifics into a table that consist of the entry #, boat name, class, handicap, etc.
The table starts at Row 11 and Column A is pre-loaded with Entry numbers from 1 to 30. I want to initialize the form with the next available Entry#. I want to search the range "BoatNames" ( B11:B31) for the next unused cell then load the form text box Entry_Number with the value in column A.
The specifics: The worksheet is for scoring a sailboat race. There is a userform for entering the boat specifics into a table that consist of the entry #, boat name, class, handicap, etc.
The table starts at Row 11 and Column A is pre-loaded with Entry numbers from 1 to 30. I want to initialize the form with the next available Entry#. I want to search the range "BoatNames" ( B11:B31) for the next unused cell then load the form text box Entry_Number with the value in column A.