UserForm tanked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a UserForm called ChangesDialog that I have loaded literally 100's of
times. All of the sudden I am getting a "Run-time Error '424': Object
required" error message and the first line "Load ChangesDialog" is flagged.

Private Sub Main_Button6_Click()
Load ChangesDialog
ChangesDialog.Show
End Sub

ChangesDialog is a valid object and all spelling is correct. Again, I've
loaded this UserForm 100's of times before. Any ideas why this would suddenly
happen?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top