user form error 9
ok, i've got a workbook that i've just added a user form to, everything
works fine for a while, then, seemingly at random i start getting error
9 subscript out of range messages when trying to show the form. i'm
still working on the programming of the form itself, but none of the
programming in the main module changes from when it works to when it
starts giving the errors. is it possible that the changes i'm making
in the form code is causing the error. and does anyone have any idea
how i could fix this? the code for launching the form, which is what
keeps coming up highlighted when you click on debug is
Sub opentimesheetform()
TimeSheetForm.Show
End Sub
with the TimeSheetForm.Show line being highlighted. I can put more of
the code up if that would help.
|