Add a Popup to the ExcelApp.CommandBars["Cell"] Section

Add-in Express™ Support Service
That's what is more important than anything else

Add a Popup to the ExcelApp.CommandBars["Cell"] Section
 
Gary Cox




Posts: 8
Joined: 2006-10-30
I am trying to add a PopupControl within a cells Context menu. How do you go about accomplishing this?
Posted 30 Oct, 2006 20:53:28 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Gary.

You just need to set the CommandBarName property to 'Cell' value and add the ADXCommandBarPopup control to the Controls collection of the command bar.
Posted 31 Oct, 2006 06:21:27 Top