Thread: Array
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adam[_12_] Adam[_12_] is offline
external usenet poster
 
Posts: 4
Default Array

I want to pass an unknown number of dates and values to be processed by a
function. The data is like this:-

28/01/1956 12500
31/12/1980 45680
04/04/2002 1200000

What is the most effective way of doing it please?