Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Variable, Variant
vba courses london - Variable, Variant
Resolved · Low Priority · Version Standard
David has attended:
Excel VBA Intro Intermediate course
Variable, Variant
What is the difference between a variable and a variant
For upcoming training course dates see: Pricing & availability
RE: Variable, Variant
A Variable is a name used to represent a value.
The variable name represents a unique location in memory where the value is stored temporarily.
A Variant is a data type.
If a Variable is declared and the data type ommited a generic type called Variant is used a default
|
