I have a form that I created that has several fields that I want it to enter into specific cells on my worksheet. The information should just rewrite into those same fields everytime they enter data into those fields.

When I hit "Enter" on my form I want it to:

Enter Combobox Field 1 into A1
Enter Text Field 2 into B1
Enter Combobox Field 3 into C1
Enter Text Field 4 into D1
etc.


Thanks for any help you can provide.