Visual Basic for Applications Reference

Procedure too large

Specifics

When compiled, the code for a procedure can't exceed 64K. This error has the following cause and solution:

  • Code for this procedure exceeds 64K when compiled.

    Break this, and any other large procedures, into two or more smaller procedures.

For additional information, select the item in question and press F1.