Owen has attended:
Excel VBA Intro Intermediate course
Variable and Varient
Whats is the difference?
RE: Variable and Varient
Hi Owen
Thank you for your question.
A Variant is a type of variable that will allow any type of data from a simple integer to the workbook object to to be stored. It has the disadvantage that you code will be slower if you only use Variants and do not use variable types.
Regards
Laura GB