Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have my own dynamic array
Type LinkInfo href As String InnerText As String End Type Dim Links() As LinkInfo which I am redimensioning as I go along but I have the need to delete an array element, e.g. links(5) from the middle of the array when its upper bound is 10 How do I do this please. I can only find the erase method to purge the whole array -- Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set array element to empty | Excel Programming | |||
Array Element question | Excel Programming | |||
Array element | Excel Programming | |||
Deleting data and element in a 1D array | Excel Programming | |||
deleting array element | Excel Programming |