View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_514_] joel[_514_] is offline
external usenet poster
 
Posts: 1
Default Reading data into a 2 dimensional array


DIM TABLE(100,40)
FOR I = 1 TO 100
FOR J= 1 TO 4

READ TABLE(I,J) = cells(I,J)

NEXT J
NEXT I


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=168841

Microsoft Office Help