View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chad[_3_] Chad[_3_] is offline
external usenet poster
 
Posts: 32
Default Loading an Array

Got it,

I forgot to declare it properly

Dim MyArray(50) as Variant

not

DimArray as Variant