Thanks for taking a look at my post.
I have a userform with a command button having the following code.
Im unsure what code to add to have it work on the active sheet. Thanks again
Private Sub CommandButton1_Click()
Range("F1") = TextBox1.Text
Range("H1") = TextBox2.Text
Range("N1") =...