Ian has attended:
Excel VBA Intro Intermediate course
VBA in Excel
What is a variant?
RE: VBA in Excel
Ian
A Variant is defined as a structure that uses a total of 16 bytes.
In creating Variables the Variant is the default data type.
If in Variable declaration a Data type is ommited the computer gives it the Variant data type.
Regards
Carlos