Jean has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Variable vs Variant
What is the difference between the variable and the variant?
RE: Variable vs Variant
A variable is a place to store a piece of information. Just as you might store a persons telephone number in your memory, you can store information in a computer's memory. Variables are a way of accessing the computer's memory.
A "Variant" is essentially a universal data type. It can contain any kind of information internally as represent any data type