Forum home » Delegate support and help forum » Microsoft Excel Training and help » Vbconstant
Vbconstant
Resolved · Low Priority · Version Standard
For upcoming training course dates see: Pricing & availability
Vbconstant
Hi Adriana
In VBA a constant is a variable that receives an initial data value that doen't change during the programs execution.
VBA has many built in constants that can be used in expressions.
The constants that belong to VBA start with the letters vb, eg vbYes.
Hope this helps
Carlos
|
