View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dreamer[_18_] dreamer[_18_] is offline
external usenet poster
 
Posts: 1
Default function returning array

I've read that it possible for a function to return an array but I ca
get it working.
I've a function that extracts a string and puts characters in an array
It does so with every string so the size of the array is differen
every time. The idea is that the function returns an array to the sub
For example, the sub is running an index from 1 to 100 and the functio
returns an array with values 11, 14 and 25. If the index is same numbe
as one of the values form the array returned by the function the su
will do some actions..

--
Message posted from http://www.ExcelForum.com