Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Variable vs Variant
vba courses london - Variable vs Variant
Resolved · Low Priority · Version Standard
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?
For upcoming training course dates see: Pricing & availability
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
|
