Deftype statements must precede declarations

Deftype statements include DefInt, DefDbl, DefCur, and so on. This error has the following causes and solutions:

  • A variable declaration precedes a Deftype statement at module level.

    Move the Deftype statement to precede all variable declarations.

  • A Deftype statement appears in a procedure.

    Move the Deftype statement to module level, preceding all variable declarations.

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.