Hi
I have a form. i need run a sub with textbox value as default values. something like this:
but when I run it, an error occurred that you should use constant value. is there any way to fix it?
I have a form. i need run a sub with textbox value as default values. something like this:
Code:
Private Sub Submit_1_Click(Optional serial = TSerial_1.Value, Optional model = CModel_1.Value)
but when I run it, an error occurred that you should use constant value. is there any way to fix it?