> So i want to put the values of A1:A5000 into an arrayTry this...Dim myARRAY as VariantmyARRAY = MyXLSheet.Range("A1:A5000")...where MyXLSheet was already defined (let me know if you need helpwith this part). Hope this helps.