Adriana has attended:
Excel VBA Intro Intermediate course
Vbconstant
Please, what is a vbconstant?
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