Raga se faccio così mi esce
Ma se faccio così no...codice:For Each item In Form1.ComboBox1.Items If Form1.ComboBox1.Text = item Then MsgBox("esiste") End If Next
codice:For Each item In Form1.ComboBox1.Items If Form1.ComboBox1.Text <> item Then MsgBox("non esiste") End If Next

Rispondi quotando
