I have an excel spreadsheet with a macro and a form built on it. The form contains information that the user selects from and hits the "enter data" command button which subsequently should add data to the excel spreadsheet. I was able to get past it using a crude approach but it is not fool proof. I would like to know the following with regards to adding the data to excel
Scenario 1: If the spreadsheet is blank, the data should be entered from the second row
Scenario 2: If data is already in the spreadsheet, the macro should append the data to it (detect the next row that is blank and add data to it).
Appreciate your help
Scenario 1: If the spreadsheet is blank, the data should be entered from the second row
Scenario 2: If data is already in the spreadsheet, the macro should append the data to it (detect the next row that is blank and add data to it).
Appreciate your help