variable and varient
RH

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Variable and Varient

Variable and Varient

resolvedResolved · 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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

LARGE and SMALL functions and their uses

Two 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?

The =LARGE(array,n) returns the nth largest value of a series.

The =SMALL(array,n) function returns the nth smallest value of a series.

In both functions, 'n' represents the order of the number you want to display. For example, putting in 2 as n will give you the second highest number; putting in 3 as n will give you the third highest number.

View all Excel hints and tips


Server loaded in 0.06 secs.