View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_21_] GregJG[_21_] is offline
external usenet poster
 
Posts: 2
Default fill userform textbox from userform listbox clik event

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?