Visor
Member
How can you make a listbox to show me a different distribution we have seen, ie the headers of the sheet shown in rows to see name information concerning each individual ?? for example as follows:
On the Sheet1
A B C D E F G
1 Name 1/12/15 2/12/15 3/12/15 4/12/15 5/12/15 Prom
2 Carlos 5 4 6 7 8 6
3 José 6 7 5 4 5
In userform
CombName: Carlos
In listbox
lblDate Lbl score_ ________________________________________
1/12/15 5
2/12/15 4
3/12/15 6
4/12/15 7
5/12/15 8
_________________________________________________________
I hope your kind suggestion solution
On the Sheet1
A B C D E F G
1 Name 1/12/15 2/12/15 3/12/15 4/12/15 5/12/15 Prom
2 Carlos 5 4 6 7 8 6
3 José 6 7 5 4 5
In userform
CombName: Carlos
In listbox
lblDate Lbl score_ ________________________________________
1/12/15 5
2/12/15 4
3/12/15 6
4/12/15 7
5/12/15 8
_________________________________________________________
I hope your kind suggestion solution