David has attended:
Excel VBA Intro Intermediate course
Variable, Variant
What is the difference between a variable and a variant
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