Alex has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Excel VBA
What is an array?
RE: Excel VBA
Hi Alex
Thanks for your question
An Array is a variable that can hold multiple values.
At its simplest it is effectivelly a list with a specified number of places, into which different data values can be entered. More complex arrays can have multiple dimensions, thus forming tables (2d), cubes (3d) and "Hypercubes" (4 to 60 dimensions)
The most commonly used array would be the 2 d array as this can be used as avirtual table to greatly speed up data processing
Regards
Stephen