load addresses of selected cells into array
I want to physically select non-adjacent rows (alt-left button) in a
worksheet and load the adresses into an array...
example: select "a1", "b6", "c4" and end up with an array:
1 1
6 2
4 3
thanks for any help
|