Hello there,

I'll like to add the following items into a particular ListIndex 'a'
VB Code:
  1. List4.AddItem "" & List4.ItemData(x) & "; " & List4.Column(1, x) & " ; " & Combo11.ItemData(Combo11.ListIndex) & " ; " & Me.TextGSearch & " ; " & ComboAndOr.ItemData(ComboAndOr.ListIndex)

I'd like to know how i can go about doing it?

Thank You

Astro