Run-Time Error '424'

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
 
B

Brendan C.

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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top