You don't need a vlookup.
This is all you need:
![]()
Private Sub ComboBox2_Change() If ComboBox2.ListIndex = 0 Then Exit Sub Range("K5").Value = Worksheets("Products").Cells(ComboBox2.ListIndex + 1, ComboBox1.ListIndex * 3 + 1).Value End Sub
You don't need a vlookup.
This is all you need:
![]()
Private Sub ComboBox2_Change() If ComboBox2.ListIndex = 0 Then Exit Sub Range("K5").Value = Worksheets("Products").Cells(ComboBox2.ListIndex + 1, ComboBox1.ListIndex * 3 + 1).Value End Sub
Last edited by mehmetcik; 09-06-2014 at 06:53 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks