Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
access visual basic courses - vba excel

Forum home » Delegate support and help forum » Microsoft VBA Training and help » access visual basic courses - VBA in Excel

access visual basic courses - VBA in Excel

ResolvedVersion Standard

Ian has attended:
Excel VBA Intro Intermediate course

VBA in Excel

What is a variant?

RE: VBA in Excel

Ian

A Variant is defined as a structure that uses a total of 16 bytes.

In creating Variables the Variant is the default data type.

If in Variable declaration a Data type is ommited the computer gives it the Variant data type.

Regards

Carlos

VBA tip:

Stop Display Alerts In Excel

When creating or deleting a Worksheet in Excel you don't want Excel to inform you "A file already exists....." Or "Do you want to save this file...".

To stop these alerts happening use the following line of code:

Application.DisplayAlerts = False

After the Create or Delete routine use:

Application.DisplayAlerts = True

View all VBA hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.