Visual Basic for Excel Question

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
Is there anything liek a c++ vector class in vb?

I have a array/vector of ints, and I wanna be able to search and find a number, then take that number and push it to the beginning of the array/vector, and move all the rest of the elements up to fill the gap...

Don't know if I have to do this by hand or if there is a better way.