Hi
I am using Excel 2000
I have a range of values which need to be converted into an Array.
The values always appear on Column A, and that is fixed
What is varying is , the number of values in the range .
Sometimes range is 10 values , or sometimes it is 20 values or 50 values and so on
So I am selecting RANGE("A1:A10"), or RANGE("A1:A20") or RANGE("A1:A50") ....etc
I have put it in a variable V1;
Hence my range is RANGE("A1:A &V1")
The range of values which I have selected RANGE("A1:A &V1")
has to be represented in an Array of values .
How can I represent this values in an Array?
Please suggest
I am using Excel 2000
I have a range of values which need to be converted into an Array.
The values always appear on Column A, and that is fixed
What is varying is , the number of values in the range .
Sometimes range is 10 values , or sometimes it is 20 values or 50 values and so on
So I am selecting RANGE("A1:A10"), or RANGE("A1:A20") or RANGE("A1:A50") ....etc
I have put it in a variable V1;
Hence my range is RANGE("A1:A &V1")
The range of values which I have selected RANGE("A1:A &V1")
has to be represented in an Array of values .
How can I represent this values in an Array?
Please suggest