BuffaloGuy
New Member
- Joined
- Dec 5, 2017
- Messages
- 43
- Office Version
- 365
- Platform
- Windows
I have a userform, and I am trying to get the data that is typed in the text boxes into certain cells on a new sheet in the same workbook.
On Sheet Intro, I click the new entry button and I get a userform titled NewForm. The text box renamed NameBox, gets a users name entered into it. You then click the OK button called OK_Button.
At which point I want the name typed into NameBox to be entered onto worksheet titled “Users” in cell L28.
I then want the Userform to close and have the form be cleared for the next time the “New Entry” button.
I have some code written tested out on my computer, but I’m typing this on phone.
On Sheet Intro, I click the new entry button and I get a userform titled NewForm. The text box renamed NameBox, gets a users name entered into it. You then click the OK button called OK_Button.
At which point I want the name typed into NameBox to be entered onto worksheet titled “Users” in cell L28.
I then want the Userform to close and have the form be cleared for the next time the “New Entry” button.
I have some code written tested out on my computer, but I’m typing this on phone.