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?
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?