fill userform textbox from userform listbox clik event

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top