I have a spreadsheet with 4 tabs (1 for each three month period). Column A is a list of employees which populates the drop box in the userform. Across row 5 is a list of the dates for each day of the three month quarter.
When someone clicks on the submit button in the userform, I need it to first find the name in column A, and then move over to the date in Row 5, make that intersecting cell active, and place the "points" entry (on the userform) into that now-active cell.
I've looked at a lot of examples, but haven't found anything that actually does what I need it to do even with modification. Unfortunately I can't upload a sample of the spreadsheet, so hopefully I've explained it well enough here that someone can help.
When someone clicks on the submit button in the userform, I need it to first find the name in column A, and then move over to the date in Row 5, make that intersecting cell active, and place the "points" entry (on the userform) into that now-active cell.
I've looked at a lot of examples, but haven't found anything that actually does what I need it to do even with modification. Unfortunately I can't upload a sample of the spreadsheet, so hopefully I've explained it well enough here that someone can help.