Take From Text Input and paste to Cell on Worksheet

  • Thread starter Thread starter Benjamin
  • Start date Start date
B

Benjamin

I have a splash welcome screen pop open on my excel workbook when it opens.
I want the text input on the form to populate some cells in my worksheet. To
show the username and project number on the worksheet.

How do I do this?
 
The splash screen conatins instructions and
basic info I want to populate to sheet 1 so it's populated by the form
It's a form I created in VBA that is.... It's a textbox input.
Which I need to link in vba code to a cell on let's say
Sheet 1
Cell A2
 
Back
Top