Deftype statements must precede declarations

This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.

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

  • A variabledeclaration 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).