Visual Basic for Applications Reference

Specified ActiveX control was not found (Error 363)

Specifics

The form being loaded contains an ActiveX control that isn't part of the current project. This error has the following causes and solutions:

  • You may have manually edited the project's .vbp file to add a form containing an ActiveX control that isn't already part of the project.

    After the project loads, use the Add File command on the File menu to add the ActiveX control to the project.

  • You may have manually edited the project's .vbp file to add a form containing an earlier version of an ActiveX control than the ActiveX control that is already part of the project.

    After the project loads, delete the earlier version from the form and put the later version of the control on the form.