View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Take From Text Input and paste to Cell on Worksheet


You did not specify what you are using for text input. Textbox? ComboBox?


"Benjamin" wrote in message
...
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?