Userform List box to Text Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have a list box on a userform that is populated with names on selecting a
name from the list box how would I be able to show the selected name in a
text box on the same userform eg TextBox1. = Listbox1.name selected
 
Hi

Textbox1.Text = Listbox1.Text

in the Listbox1_click event

HTH. Best wishes Harald
 

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

Similar Threads

Creating a lookup in a userform 4
Loop through userform 2
Userform in excel 2
list box 2
Text Box 4
List box to Text Box 4
Excel Excel 2007 fails on insert userform 0
List Box refer to an array 2

Back
Top