G
GregJG
I have a userform1 with a listbox1 (3columns) and 7 textboxes (1-7)
the listbox is filled with info from columns Q,R,S on worksheets("database")
with ListBox1_Click() I want the textboxes to fill with corresponding data
on same row
Textbox1 = column I
Textbox2 = column J
Textbox3 = column K
Textbox4 = column D
Textbox5 = column E
Textbox6 = column AA
Textbox7 = column AB
can anyone help?
the listbox is filled with info from columns Q,R,S on worksheets("database")
with ListBox1_Click() I want the textboxes to fill with corresponding data
on same row
Textbox1 = column I
Textbox2 = column J
Textbox3 = column K
Textbox4 = column D
Textbox5 = column E
Textbox6 = column AA
Textbox7 = column AB
can anyone help?