View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Fernando Fernandes Fernando Fernandes is offline
external usenet poster
 
Posts: 6
Default Filling an Array Quickly

to fill an array with contents of cells, you should certainly read it with
one line of code insteat of 10 thousand.

dim y as variant
y = range("a1:j1000")