VBA184 — Duplicate Option statement¶
Severity: 🔴 error Category: placement Phase: 3.7
Description¶
The same Option statement (Explicit/Compare/Base/Private Module) appears twice.
Failing example¶
Compliant example¶
How to fix¶
Remove the duplicate Option statement.
Source: src/rules.py — entry VBA184.