Hello Mattcasim,
To place the contents of the TextBox onto the worksheet do the following:
Worksheets("Sheet1").Range("G5").Value = TextBox1.Text
You may need to change the name of the Worksheet an the TextBox if they are named differently in your code.
Hope this answers your question,
Leith Ross
Bookmarks