Insufficient Immediate window memory to create variable

Memory in the Immediate window is limited. This error has the following cause and solution:

  • You specified a variable in the Immediate window that must be instantiated, since it wasn't created in the program's code context.

    Delete the reference to the variable in the Immediate window, or declare the variable in the program's code context so that it doesn't have to be created in the Immediate window.

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.