I have a working UserForm that I created a few weeks ago and it has been since working fine.
Today I added 3 more textboxes and now the form won't open.
When I click the button for the form, it gives me
Run-time error '424':
object required
code is:
Private Sub eqbutton_Click()
equiporderform.Show
End Sub
The debug is telling me that the issue is with equiporderform.Show
I don't get it, I didn't change the name of the form or anything.
Any advice?
Bookmarks