RTowles
Member
I'm trying to create a simple form for people to use. If you push the button the form will pop up and you can enter the information.
My VBA Code is
Private Sub CommandButton1_Click()
Range("B10").Select
Medline2017AGB.Show
End Sub
But once you push the Command Button1 I get the error: Run-Time Error 404: Object Required
If you click on A1 and the data entry form on the ribbon it'll populate the data entry form i want.
What am i doing wrong?
My VBA Code is
Private Sub CommandButton1_Click()
Range("B10").Select
Medline2017AGB.Show
End Sub
But once you push the Command Button1 I get the error: Run-Time Error 404: Object Required
If you click on A1 and the data entry form on the ribbon it'll populate the data entry form i want.
What am i doing wrong?