i did test it (with some alterations) before posting, what part does not workthe code does not work
edit: a couple of copy errors
vb Code:
For i = 9 To 88 Me.cboChemical.Text = Sheets("Solvent").Cells(i, 1) If Not Me.cboChemical.MatchFound And Not Me.cboChemical.Text = "" Then Me.cboChemical.AddItem Me.cboChemical.Text Next




Reply With Quote