98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Variable and Varient
Variable and Varient
Resolved · Low Priority · Version 2007
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
Wed 28 Jan 2009: Automatically marked as resolved.
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:LARGE and SMALL functions and their usesTwo of Excel's most common functions are the MAX and MIN functions which will display the largest (MAX) or smallest (MIN) value in a series. What if you need the 2nd or 3rd largest or smallest values instead of the largest or smallest? |