Forum home » Delegate support and help forum » Microsoft Excel Training and help » VBA
VBA
Resolved · Low Priority · Version Standard
Stuart has attended:
Excel VBA Intro Intermediate course
VBA
what is the difference between a variable and a variant?
For upcoming training course dates see: Pricing & availability
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
|
