I have a listbox with three columns, i can add items to the first column but not to the second or third.
Ive tried using Additem but it only adds the items to seperate rows and not to the same row in the first and second column. Ive tried using this:
ListBox1.AddItem TextBox1.Text
ListBox1.AddItem TextBox2.Text
Is there some other command that i dont know about or is my code just wrong? Im new to VBA so its probably me being dumb.
Thanks anyway
Henry
Ive tried using Additem but it only adds the items to seperate rows and not to the same row in the first and second column. Ive tried using this:
ListBox1.AddItem TextBox1.Text
ListBox1.AddItem TextBox2.Text
Is there some other command that i dont know about or is my code just wrong? Im new to VBA so its probably me being dumb.
Thanks anyway
Henry