OK, I am sending you a workbook. In there I put code for 5 answers, but
I don;t know how many inputs you want and how you will phrase them.
Also, it is a simple approach so, if a user accidentally cancels the
first input box, things will be overwritten.
The part of the code that you cannot explain is for finding the next
available row. It does in VBA what you would do as a human user to find
the last row. You would go to the last row in Excel (65536) and then
you would press Ctrl+Up arrow. This would take you to the last row
filled. +1 gives the next row to write. This is needed for the first
answer only, to generate a new row.
If you want this to be fully proof and enforce the users to answer all
questions or at least all important questions you would be better off
with a User Form.
Regards,
Kostis Vezerides