This component doesn't raise any events

An event procedure must correspond to an event that can be raised by an object. This error has the following cause and solution:

  • You wrote an event procedure for an object that doesn't raise events. You can't write an event procedure that doesn't correspond to an event.

  • You tried to use WithEvents on a class that doesn't raise events.

    You can't use WithEvents on a class that doesn't raise events.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.