Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There must be a better way of doing this....
Dim vv(10) As Integer vv(1) = 1 vv(1) = 3 vv(1) = 4 vv(1) = 5 vv(1) = 7 vv(1) = 17 vv(1) = 18 vv(1) = 19 vv(1) = 20 vv(1) = 21 vv(1) = 22 Can't I do something like: Dim vv(10) vv() = (1,3,4,5,7,.....) Al |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Loop to create Array | Excel Programming | |||
how do I create an array | Excel Discussion (Misc queries) | |||
how do I create an array | Excel Discussion (Misc queries) | |||
Create array function | Excel Programming | |||
Create a PivotTable from a VBA array? | Excel Programming |