Hi,

I'm trying to work out how to select an array where the name of the array matches that of a particular cell.

I have a for loop where the upper limit of the loop is the first value in a particular array, where the array used as the upper limit depends on the users input in a certain cell.

As an example, I have an array called sigmaRange. If someone enters the word "sigmaRange" into a cell I would like to for loop to loop from 1 to the first value in the sigmaRange array.

Any help would be appreciated. Let me know if the question is too vague and I can try elaborate.

Thanks

Mike