Hi Guys!
I'm currently working on a little project. It's a VBA UserForm.
The user enter his name, choose between 2 option (for Age +18 or -18) and it send information
NAME
Private Sub NAMEValue()
Sheets("TRACKER").Range("A1") = NAME.Value
End Sub
For the age (OptionButton)
Private...