Hi,
I have a userform with several textboxes and a submit button.
My goal is to show a summary box of all entered data when the submit button is clicked.
Below is the code that I have but is not working. Thanks for the help!
Private Sub CommandButton1_Click()
Summary.Show
End Sub
then
---summary form---
Private Sub userform_initialize()
LawsonCon2.Caption = Lawsonbox.Value
End Sub
I have a userform with several textboxes and a submit button.
My goal is to show a summary box of all entered data when the submit button is clicked.
Below is the code that I have but is not working. Thanks for the help!
Private Sub CommandButton1_Click()
Summary.Show
End Sub
then
---summary form---
Private Sub userform_initialize()
LawsonCon2.Caption = Lawsonbox.Value
End Sub