M Mike Dec 31, 2003 #1 How do you populate a list box in VBA? I can only get one piece of data to display. Can anyone help?
J Jonathan Parminter Jan 2, 2004 #2 -----Original Message----- How do you populate a list box in VBA? I can only get one piece of data to display. Can anyone help? . Click to expand... Hi Mike, either assign an array to the list property or use the additem method. Online help has good examples for both. Luck Jonathan
-----Original Message----- How do you populate a list box in VBA? I can only get one piece of data to display. Can anyone help? . Click to expand... Hi Mike, either assign an array to the list property or use the additem method. Online help has good examples for both. Luck Jonathan