Search notes:

VBA: option explicit

option explicit requires variables to be declared with dim.

See also

VBA statements
VBScript's option explicit.
A rough equivalent of option explicit in PowerShell is the cmdLet set-strictMode.

Index