Stuart has attended:
Excel VBA Intro Intermediate course
VBA
what is the difference between a variable and a variant?
RE: VBA
Hi Stuart
A Variable is used to store temporary information that is used for execution within the Macro or Module
On the other hand a Variant is a Variable Data type.
Id the Variable is declared without a data type the computer defaults the data type to Variant.
Hope this helps
Carlos