Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet that has three columns and two row of data
Orange Score Missed Red Score Target I have a form with a listbox and two text boxes The list box is populated with Orange and Red by using the below code With Sheets("Sheet1") Set r = .Range(.Range("A2"), .Range("A" & Rows.Count).End(xlUp)) For Each c In r ListBox1.AddItem c Next c End With I want to be able to click on Orange and populate the text box with the corresponding values. Can someone point me in the right direction? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble sorting first by a dates field and then by a text field. | Excel Discussion (Misc queries) | |||
Multi-field listbox in an Excel form | Excel Discussion (Misc queries) | |||
Changing a text field to a date field | New Users to Excel | |||
Fill a Listbox with Values from a Pivot Table Field - an Example | Excel Programming | |||
HELP!! Populate text in single XL field, or bulk copy text into 1 field | Excel Programming |