Thread: Arrays
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1
Default Arrays

I am going to just pasta my data example.

1/2/2004 Tom 285.00
12/19/2003 Tom 232.78
1/2/2004 Mark 220.56
12/19/2003 Mark 721.26
12/19/2003 Mark 854.82

I want to do an array where for Tom, (the dates and dollar
amounts fill into my userdefine variable that only contain
the dates and amount) and the same with Mark.

Can anyone Please Help