Variable Declaration
|
Const Statement |
Declares a constant |
|
Dim Statement |
Declares a variable |
|
Option Explicit Statement |
Requires variable declaration |
|
Private Statement |
Declares the procedure or variable to have scope only in the module in which it is defined |
|
Public Statement |
Declares a procedure or variable to have scope in the module and project in which it is defined and, if declared in an object module, to have scope outside the current project |
|
ReDim Statement |
Declares a dynamic array variable |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access