Excel ComboBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to have a Multiselect ListBox or ComboBox, preferably a multiselect combo on the commandbar.
I am automating from VB.net but functionality should be in Excel Object Model somewhere.

If it is not possible using Excel Object Model can i bring into the excel commandbar a control form VB.net

Yours frustratedly
Pete
 
To the best of my knowledge, commandbars only host their built in controls.

I don't believe the combobox provided supports multiple selections.

Perhaps you could float a modeless userform to accomplish what you want.

--
Regards,
Tom Ogilvy

PeteSmith said:
Is it possible to have a Multiselect ListBox or ComboBox, preferably a
multiselect combo on the commandbar.
I am automating from VB.net but functionality should be in Excel Object Model somewhere.

If it is not possible using Excel Object Model can i bring into the excel
commandbar a control form VB.net
 

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