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 » Excel VBA
Excel VBA
Resolved · Low Priority · Version 2003
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
Tue 23 Feb 2010: 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:Adding Rows or Columns in an Excel 2010 WorksheetIf you want to add a row to an Excel spreadsheet, these are the simple steps you should take: |