View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
galefly galefly is offline
external usenet poster
 
Posts: 4
Default 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