how to add a combo box in to a excel cell using VBA dynamically?

  • Thread starter Gamini Jayarathne
  • Start date
G

Gamini Jayarathne

Hi All,

I am trying to use a excel grid control and I need to a add a combo box in
to a cell dynamically, in an Add-In. Please provide me a VBA sample code
which I can use for this.

Regards
Gamini
 
T

Tom Ogilvy

There is no Excel grid control. What relation does a combobox have to a
grid control.

Turn on the macro recorder and add the combobox manually. That will give
you a specific example.

If you mean you are trying to add a combobox on an office web component
(OWC) spreadsheet control, then this isn't the group.
 
Top