Can't place conditional breakpoint on an array

An array has no single value associated with it. This error has the following cause and solution:

  • You tried to set a conditional breakpoint (sometimes called a watchpoint) that would suspend program execution when the value of a whole array changed.

    Set the conditional breakpoint on a specific element of the array.

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.