Does anybody know if DataItem property exists in VBA

E

Eric Marple

I can't get the DataItem property in a combobox inwich
was inserted onto a form that is loaded from Excel. Does
VBA have the DataItem property?
 
P

Peter Hewett

Hi Eric Marple

If you want to know which item was selected you can use either the Value property or the
ListIndex property.

HTH + Cheers - Peter
 

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

Top