Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Alex Evans   on Feb 22 In MS Office Category.

  
Question Answered By: Ricardo Smith   on Feb 22

> So i want to put  the values  of A1:A5000 into an array

Try this...

Dim myARRAY as Variant
myARRAY = MyXLSheet.Range("A1:A5000")

...where MyXLSheet was already defined (let me know if you need help
with this part). Hope this helps.

Share: 

 
 
Didn't find what you were looking for? Find more on Values of a Range in an Array Or get search suggestion and latest updates.


Tagged: