Combo Box in Excel

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

Guest

Is there any sample code or Artilcle on how to create combo box in Excel at run time?

Thx in advance
Rami
 
Use controls.add for this.

But it is much more easier to place the Comobox at design time and set the
Propperty Visible to false.

So You can easily control the postition and other stuff.

With the first method You have to specify all settings with your code.

greetings Kalle
 
Where do you want to put it. Userform? Worksheet?

What type of combobox - forms toolbar, control toolbox toolbar, Data
validation with the list option.
 
Hi
I want to Keep Combo Boxes at run time on Work sheet. Run time only decides on which cell the combo box goes.Is there any way to achieve this using C# and Form

----- Tom Ogilvy wrote: ----

Where do you want to put it. Userform? Worksheet

What type of combobox - forms toolbar, control toolbox toolbar, Dat
validation with the list option
 
I am sure there is, but I don't C#, and if you mean windows forms, I don't
see where they play. You probably need to do Ole automation (COM) of the
Excel/Office controls rather than try to introduce something from outside
Excel.



--
Regards,
Tom Ogilvy

Rami said:
Hi,
I want to Keep Combo Boxes at run time on Work sheet. Run time only
decides on which cell the combo box goes.Is there any way to achieve this
using C# and Forms
 

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

Similar Threads


Back
Top