Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have these two arrays both in one of my subs in my
worksheet, why won't they load the values? Basically, i want it to cycle through the range below for each, pull the value, and stick them in each of the arrays. any help would be much appreciated! thanks guys, Josh Dim acell As Variant Dim mynames(0 To 49) Dim ncount As Integer For Each acell In Range("a3:a50") For ncount = 0 To 49 mynames(ncount) = acell.Value Next ncount Next Dim bcell As Variant Dim mystatus(0 To 49) Dim scount As Integer For Each bcell In Range("b3:b50") For scount = 0 To 49 mystatus(scount) = bcell.Value Next scount Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Whats wrong with this array formula | Excel Worksheet Functions | |||
Whats wrong with this function? | Excel Worksheet Functions | |||
whats wrong with this? | Excel Discussion (Misc queries) | |||
Whats wrong with this? | Excel Discussion (Misc queries) | |||
Whats Wrong with this?? | Excel Worksheet Functions |