Hi,
I am trying to create a tracking spreadsheet and i need help coding my submit command button.
I know how to submit data into a generic spreadsheet but my problem is i want it to submit into a table i have created.
What i am looking for is:
When selecting the address in the user form, the data will submit to the row specific to that address.
When selecting the action type, the data will submit to a range of 1 of 12 columns
When selecting the specific date for that action type, it will select the individual column relating to the action type of 1 of 12 possible columns above.
The only data i want to submit to my table is the date the user selected.
Ive been able to figure out most of my questions from previous work using the information from this website, but i am at a crossroads on this problem.
Any help would be greatly appreciated!
Below is a crude sample of my table i want the user form to submit to.
A C T I O N T Y P E
Jan Feb Mar Apr May .....ect
Address 1
Address 2
Address 3
I am trying to create a tracking spreadsheet and i need help coding my submit command button.
I know how to submit data into a generic spreadsheet but my problem is i want it to submit into a table i have created.
What i am looking for is:
When selecting the address in the user form, the data will submit to the row specific to that address.
When selecting the action type, the data will submit to a range of 1 of 12 columns
When selecting the specific date for that action type, it will select the individual column relating to the action type of 1 of 12 possible columns above.
The only data i want to submit to my table is the date the user selected.
Ive been able to figure out most of my questions from previous work using the information from this website, but i am at a crossroads on this problem.
Any help would be greatly appreciated!
Below is a crude sample of my table i want the user form to submit to.
A C T I O N T Y P E
Jan Feb Mar Apr May .....ect
Address 1
Address 2
Address 3