Hi Guys,
I have a 2 dimensional array which I want to fill into a combo box. The 1st value is the ID and the 2nd is a string.
I thought I could use cboX.additem but this function isn't present in VBA. How do I accomplish my goal?
After the combos have been filled, will I be able to obtain the 'ID' from the chosen string via cboX.listindex???
Please Help.
Thanks in advance.
I have a 2 dimensional array which I want to fill into a combo box. The 1st value is the ID and the 2nd is a string.
I thought I could use cboX.additem but this function isn't present in VBA. How do I accomplish my goal?
After the combos have been filled, will I be able to obtain the 'ID' from the chosen string via cboX.listindex???
Please Help.
Thanks in advance.