Hi
I'm pretty sure you need to nominate the sheet for the range.
Code:
--------------------
myArray = Workbooks("Master.csv").sheets("master").Range(Cel ls(1, 1), Cells(cnt, 1)).Values
--------------------
I don't know what your sheet name is so I've defaulted it to master.
HTH
rylo
--
rylo
------------------------------------------------------------------------
rylo's Profile:
http://www.thecodecage.com/forumz/member.php?userid=28
View this thread:
http://www.thecodecage.com/forumz/sh...ad.php?t=29399