Thread: Array commands
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Array commands

Thanks, but are there any additional commands I can use to manipulate
arrays. Like find whith out having to make a loop or any others.


It would help if you gave some more details about the type of manipulations
you had in mind and to what (data) type of arrays.

If you are talking about String arrays, you might find the Filter function
useful.

http://msdn2.microsoft.com/en-us/lib...44(VS.60).aspx

Rick