Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a 1-D VBA array with 600,000 elements.
For X = 1 To MAX 'Max = 600,000 NumArray(X) = X Next X I then go into the array and randomly delete various data in th elements. Lets say every 3rd element. I would write looping cod around something like NumArray(3) = "", NumArray(6) = "" etc... I want to be able to redimension the array so that all the element with deleted data ("") are removed. So now the array size is onl 400,000. How do I this? Thank-yo -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Array element | Excel Worksheet Functions | |||
Can one store a string in a Array element? | Excel Discussion (Misc queries) | |||
Search array and return element No | Excel Worksheet Functions | |||
Permutations of an array element < to a value | Excel Worksheet Functions | |||
deleting array element | Excel Programming |