I have a spreadsheet that is basically a questionnaire. I have created a macro that takes certain answers from the questionnaire and puts them in a second spreadsheet but in a row.
However i need the macro to start again on the next available row. At the moment each time you run the macro it will just insert the data, over the cells already completed. (It will only put the data taken from the questionnaire on the row i set the macro up for.)
I need to add something to my macro in order to tell it to start on the next available row so i can use the macro over and over and keep all previous data.
Surely there must be a simple code to add to the beggining of the macro???
However i need the macro to start again on the next available row. At the moment each time you run the macro it will just insert the data, over the cells already completed. (It will only put the data taken from the questionnaire on the row i set the macro up for.)
I need to add something to my macro in order to tell it to start on the next available row so i can use the macro over and over and keep all previous data.
Surely there must be a simple code to add to the beggining of the macro???