I have designed a VB program that’s takes data from 8 text boxes with a submit button it opens excel workbook creates sheet1 and then it inputs all the text boxes in row1 across 8 columns. What I want to do is when I submit another person’s data from my program I want it to go to the same work book and the same sheet and place that data in the next empty row.
Thanks