run time error 424

  • Thread starter Thread starter CarlosBravo
  • Start date Start date
C

CarlosBravo

After modifiying code written in the Initialize event of a UserForm thi
problem arises.

The UserForm is called from a commandbutton in a worksheet with th
following code and it is in this line where the error is produced.

UserForm.show

and the message problem is Error 424 run time. Object required.

The form name is spelled correct and the form is in the VBAProject
Excel 200
 
Suggest you check the code in the userform, looks like that might b
what is stopping the Show.

Go to the code module and step through
 

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

Similar Threads


Back
Top