View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Eric[_31_] Eric[_31_] is offline
external usenet poster
 
Posts: 2
Default Mutli-dimensional Array to Single-Dimension Array

A couple of clarifying questions:

Are you just trying to extract a subset of your current data?

Do you want to have an active link to this data, such that if the original
data changes, the one column/row updates as well?

Is this just 'data' or are you dealing with numbers that you are performing
matrix operations on?

Answer these and the solution will probably be pretty simple.

Eric
"Blue Aardvark" wrote in message
...
Hello

I'm trying to take one column (or row - I get confused) out of a 2
dimensional array and place the data into a one dimensional array.

I have a array (0 to 10,0 to 40) and would like to obtain an array with
the
data (1,0 to 40) but have no idea what the notation is for this.