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