Bad interface for Implements: method has parameter with too many levels of indirection

The Implements statement is used to specify an interface or class that will be implemented in the class module in which it appears. This error has the following cause and solution:

  • The interface or class contains a method that has a parameter with too many levels of indirection. For example, usage of double indirections of integer or triple indirection of user-defined types.

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.