If they share same string values , then do this . Note , this doesn't require to be in the same index .
VB Code:
Me.ListBox2.Text = Me.ListBox1.Text Me.ListBox3.Text = Me.ListBox1.Text Me.ListBox4.Text = Me.ListBox1.Text Me.ListBox5.Text = Me.ListBox1.Text Me.ListBox6.Text = Me.ListBox1.Text





Reply With Quote