Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combo Box on one sheet that references a range of data on another
sheet. The lookup works fine. But the code attached to it does not. It returns values on the same page the list box is located and I want it to pull the data from the linked cell range on the other sheet. How can I fix this? Thanks Pal Private Sub ComboBox1_Change() Cells(11, 2).Value = Mid(ComboBox1.Value, 4) Cells(12, 2).Value = Mid(ComboBox1.Value, 1, 2) Cells(13, 2).Value = Cells(ComboBox1.ListIndex + 2, 3) Cells(14, 2).Value = Cells(ComboBox1.ListIndex + 2, 4) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LOOKUP Function gives wrong results | Excel Worksheet Functions | |||
LOOKUP returning wrong values | Excel Worksheet Functions | |||
Existing form in excel; added a combo box; tabbing wrong now | Excel Discussion (Misc queries) | |||
Lookup function gives wrong values occasionally | Excel Discussion (Misc queries) | |||
Lookup returns wrong value | Excel Worksheet Functions |