|
-
Apr 30th, 2008, 03:11 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] designating listview column as an array ...
Dim ArrNums As Variant
ArrNums = Array(ListView1.ListItems.Item(1).ListSubItems(21))
of course this only gets one data point ....
what is the best way to collect all the data points (numbers) in col 21 of the listview and place it into an array that can be then used to perform the required analysis?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|