View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default how to add a combo box in to a excel cell using VBA dynamically?

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.

--
Regrds,
Tom Ogilvy

"Gamini Jayarathne" wrote in message
...
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