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
Brendan C. - 09 Jul 2007 23:28 GMT
I figured it out, it turns out I'm not supposed to include .txt on the left
argument.
I'm following code done by someone else - I'm not familiar with VB (which is
making this project of mine rather difficult.)
> 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
[quoted text clipped - 9 lines]
>
> End Sub