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

ReDimCalendar (1 to 31) as Integer 

Comments

Popular posts from this blog

50 Excel VBA Oral Interview Questions