Excel Tutorial
20120806
Arrays
•
Dim
vect
(1 to 100) as Integer
Dim Elf(0 to 5, 0 to 20) as String
•
You can also dynamically allocate and reallocate an
array
Dim Calendar() as Integer
ReDim
Calendar (1 to 31) as Integer
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment