Wend without While

Every Wend statement must be preceded by a matching While statement. This error has the following cause and solution:

  • You used a Wend statement without a preceding While statement. Check for an unterminated loop nested within the While...Wend loop that's causing the error.

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.