Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My original post on this appears to have disappeared, so here goes again.
I want to do some complex analysis on some data in a spreadsheet. I would like to use a macro but don't know how to 'read' the data from the spreadsheet into a 2 dimensional array. Back in the old days of programming in GWBASIC, I would have used lines as follows : DIM TABLE(100,40) FOR I = 1 TO 100 : FOR J= 1 TO 4 READ TABLE(I,J) NEXT J: NEXT I I know that macros can handle FOR/NEXT loops but what about getting the data from a range say A1:D100 Thanks again in advance Under Pressure |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export 1-dimensional array values to a two-dimensional table? | Excel Programming | |||
Changing a two-dimensional, one row array to one-dimensional | Excel Programming | |||
How to generate formula from two dimensional array of data | Excel Worksheet Functions | |||
Create One-Dimensional Array from Two-Dimensional Array | Excel Programming | |||
sort multi-dimensional array on numeric data? | Excel Programming |