Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: openthis
  • Order by date
  1. openthis

    Creating dynamic selection boxes

    Is this what you want? Private Sub ComboBox1_Change() theIndex = ComboBox1.ListIndex If theIndex = 0 Then ComboBox2.ListFillRange = "B1:B2" ElseIf theIndex = 1 Then ComboBox2.ListFillRange = "C1:C2" End If End Sub

Part and Inventory Search

Back
Top