List Box

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

How do you populate a list box in VBA? I can only get one
piece of data to display. Can anyone help?
 
-----Original Message-----
How do you populate a list box in VBA? I can only get one
piece of data to display. Can anyone help?
.
Hi Mike,
either assign an array to the list property or use the
additem method. Online help has good examples for both.

Luck
Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top