Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 699 Bytes

while-without-wend.md

File metadata and controls

23 lines (14 loc) · 699 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
While without Wend
vblr6.chm1011164
vblr6.chm1011164
e922803e-32a1-8745-1814-5bf3ddfdcef6
06/08/2019
medium

While without Wend

A While statement is used without a corresponding Wend statement. This error has the following cause and solution:

  • You opened a While...Wend construct, but did not close it. Check for an incorrectly matched While...Wend structure inside the outer While...Wend structure.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]