Visual Basic Reference

Form not found (Error 424)

See Also

The form was not found. This error has the following cause and solution:

  • You tried to add a form to the Forms collection using the Add method, but there is no form class of that name. For example, Forms.Add "Form2", where Form2 doesn't exist.

    Make sure that the class name is available to your project.