View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default data from a sheet to a matrix

banavas < wrote:

Dear Friends,

how can save data from an excel sheet into a two dimensional array in
order to perform for ... next i operations?
Out of your experience is it memory wise better to store data in VB
variables and work with them or to work directly with the spreadsheet
with Range("").Select etc. commands?

Additionally, is there a way to speed up the vlookup operation?

Thank you in advance.


---
Message posted from http://www.ExcelForum.com/

Not sure what you mean by "memory wise", but it's certainly likely to be
faster using arrays.

Alan Beban