VBA113 — Expected End With¶
Severity: 🔴 error Category: syntax Phase: 1.5
Description¶
A With block has no matching End With.
Failing example¶
Compliant example¶
How to fix¶
Add the End With that closes the block.
Source: src/rules.py — entry VBA113.