VBA192 — Invalid #Const declaration¶
Severity: 🔴 error Category: preprocessor Phase: 3.8
Description¶
A #Const directive must have the form #Const Name = expression.
Failing example¶
Compliant example¶
How to fix¶
Write #Const Name = <constant expression>.
Source: src/rules.py — entry VBA192.