Hi I have this code for a workbook I have been trying to make, the problem is I need the next time a question is answered to have the data appear on the next empty cells in that column
Sub SAVE_INPUT_BOX()
MY_ENTRY = InputBox("Enter Your Name", "Name")
Range("Sheet2!a1").Value = MY_ENTRY...