VBA111 — Do without Loop¶
Severity: 🔴 error Category: syntax Phase: 1.5
Description¶
A Do block has no matching Loop.
Failing example¶
Compliant example¶
How to fix¶
Add the Loop (optionally Loop While/Loop Until) that closes the Do.
Source: src/rules.py — entry VBA111.