Syntax Error Runtime Error '424' Object Required

  • Thread starter Thread starter sjenks183
  • Start date Start date
S

sjenks183

I have been practicing creating a UserForm using your directions bu
when I click the button to open the from I get a runtime error 424 an
I can't figure out what I did wrong. I have done this 3x already to n
avail. I have checked the syntax for the text boxes and comman
buttons and all is well. When I debug it always points back t
frmCourseBookings.Show.

Thank
 
Once you're debugging at frmCourseBookings.Show press F8 until you identify
the line that's causing problems.

Rob
 
Back
Top