B
Brendan C.
I am working on a template with a userform and whenever I type anything in an
input box VB editor comes to front with a runtime error and takes me to the
Private Sub of whatever box I typed in.
What can I do?
my Sub looks like this:
Private Sub inputSiteArea_Change()
txtinputSiteArea1.Text = inputSiteArea.Text
End Sub
input box VB editor comes to front with a runtime error and takes me to the
Private Sub of whatever box I typed in.
What can I do?
my Sub looks like this:
Private Sub inputSiteArea_Change()
txtinputSiteArea1.Text = inputSiteArea.Text
End Sub