K
Kevin Tang
Hello,
I have a ListBox in my VBA Form, named ListBox1
In UserForm_Initialize(), I have two statements to enable List Column Head:
ListBox1.ColumnCount = 2
ListBox1.ColumnHeads = True
My questions are:
1) how to set the Column Head's name? such as "ID", "Name"....
2) how to add item into ListBox1 in both columns?? (e.g. Add (00001, Kevin) )
Thanks,
Kevin Tang.
I have a ListBox in my VBA Form, named ListBox1
In UserForm_Initialize(), I have two statements to enable List Column Head:
ListBox1.ColumnCount = 2
ListBox1.ColumnHeads = True
My questions are:
1) how to set the Column Head's name? such as "ID", "Name"....
2) how to add item into ListBox1 in both columns?? (e.g. Add (00001, Kevin) )
Thanks,
Kevin Tang.