Godfrey2000
New Member
- Joined
- Dec 18, 2018
- Messages
- 4
Hi revered Excel experts,
Quick version of the request: Userform textbox > text is sent to a table on another sheet under the header that matches the value selected from a dropdown list on the excel sheet > text is also sent to another table as a new header
I'm really happy to be on this forum and I'd like to be the one who saves the day for someone, but today I need help.
I've created an exciting new project at work to allow client service agents to record and track client issues so we can make improvements.
I've got a series of cascading dependent dropdown menus in Excel (which I'm very proud of), now I need a user form to enter text to a table on another sheet. I've been reading a VBA book and searched multiple forums, but only skimmed the surface.
Here's what I'm trying to create: I've got enough experience to create the Userform in VBA and the residual coding to make it functional. Just need the possible coding to do the following:
1) the user makes a selection from an excel dropdown menu on the sheet itself, then clicks a button below it ("enter new issue") to pull up the user form
2) when text is entered in the textbox on the user form, the user clicks Save and the text is sent to a table on another sheet (ListObjects("Issues")). The text is written in the next available row under the header that matches the selection in the dropdown from step 1 (using FIND or MATCH?)
3) at the same time, the text entered in the textbox is added as a new header of a table (ListObect("Cases")) on another sheet
I'm using both Excel 2006 and Excel for Mac 2011 - so code for either version is fine.
If anyone can point me in the right direction I would be TREMENDOUSLY GRATEFUL.
Santa's watching,
David T
Quick version of the request: Userform textbox > text is sent to a table on another sheet under the header that matches the value selected from a dropdown list on the excel sheet > text is also sent to another table as a new header
I'm really happy to be on this forum and I'd like to be the one who saves the day for someone, but today I need help.
I've created an exciting new project at work to allow client service agents to record and track client issues so we can make improvements.
I've got a series of cascading dependent dropdown menus in Excel (which I'm very proud of), now I need a user form to enter text to a table on another sheet. I've been reading a VBA book and searched multiple forums, but only skimmed the surface.
Here's what I'm trying to create: I've got enough experience to create the Userform in VBA and the residual coding to make it functional. Just need the possible coding to do the following:
1) the user makes a selection from an excel dropdown menu on the sheet itself, then clicks a button below it ("enter new issue") to pull up the user form
2) when text is entered in the textbox on the user form, the user clicks Save and the text is sent to a table on another sheet (ListObjects("Issues")). The text is written in the next available row under the header that matches the selection in the dropdown from step 1 (using FIND or MATCH?)
3) at the same time, the text entered in the textbox is added as a new header of a table (ListObect("Cases")) on another sheet
I'm using both Excel 2006 and Excel for Mac 2011 - so code for either version is fine.
If anyone can point me in the right direction I would be TREMENDOUSLY GRATEFUL.
Santa's watching,
David T