I have a listbox with 15 rows and ten columns of data. The only column visible is peoples names. When the user selects a name I would like for the following to happen. I would like for the information on the row selected to be entered in to sheet("data" ie:
value in column1 goes to sheet("data".range(a1"
value in column1 goes to sheet("form".range(b1"
value in column2 goes to sheet("data".range(b1"
value in column3 goes to sheet("data".range(c1"
and so on
is this possible?
Thanks
value in column1 goes to sheet("data".range(a1"
value in column1 goes to sheet("form".range(b1"
value in column2 goes to sheet("data".range(b1"
value in column3 goes to sheet("data".range(c1"
and so on
is this possible?
Thanks