MikeAshton55Mad
New Member
- Joined
- Nov 4, 2004
- Messages
- 49
Hi -
I have an array(10,5), say, and I want to refer to one of the columns as its own array in an argument to another function. That is, I'd like to take the 3rd column of this array and make array2(10,1). Is there an easy way to do this, or even better, to refer to that column AS a range without looping through and defining it by brute-force?
Thanks,
Mike
I have an array(10,5), say, and I want to refer to one of the columns as its own array in an argument to another function. That is, I'd like to take the 3rd column of this array and make array2(10,1). Is there an easy way to do this, or even better, to refer to that column AS a range without looping through and defining it by brute-force?
Thanks,
Mike