Every time I try to run this application that I created, I am getting this error. I am VERY new to VBA (as in...I began using it yesterday) so I really don't have any idea what I'm doing. I copied a basic format that I found online and tailored it to my needs.
I am trying to start a userform that, after the user populates and hits submit, will automatically fill in on another worksheet. The problem is that when I hit the "start" button (which should start the app), it comes up with this error.
This is the code I have for the "start" command button:
Sub CommandButton1_Click()
CoaterUserForm.Show
End Sub
When I hit debug, the "CoaterUserForm.Show" line is highlighted and an arrow pointing at it.
Again, please bear with me because I am very new. Please explain everything you can in simple terms! This may be a simple, obvious fix - but I can't figure it out.
Thanks!
I am trying to start a userform that, after the user populates and hits submit, will automatically fill in on another worksheet. The problem is that when I hit the "start" button (which should start the app), it comes up with this error.
This is the code I have for the "start" command button:
Sub CommandButton1_Click()
CoaterUserForm.Show
End Sub
When I hit debug, the "CoaterUserForm.Show" line is highlighted and an arrow pointing at it.
Again, please bear with me because I am very new. Please explain everything you can in simple terms! This may be a simple, obvious fix - but I can't figure it out.
Thanks!