Intrinsic Constants
- Last UpdatedJul 18, 2023
- 1 minute read
VBA has no predefined intrinsic (built-in and declared) constants, however, does provide limited support for intrinsic constants provided in object libraries of ActiveX objects when the object they refer to is loaded using the predefined VBA CreateObject() function.