Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
Someone could tell me which is the instruction to delete an Array element ? It could seems a silly question, but I didn't find it inside the VB manual. I submit a simply example to explain myself better: For primat = 1 To 50 if newarr(primat) = 15 then "delete element" Next primat here I have a "newarr" Array and verifying its elements, I want to delete all 15 values. Many thanks. Andrea. |
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 |