0

I am trying to implement a selection button/drop down menu (not combo box) in ExcelDNA - in VSTO terms it's a RibbonGallery - much like the bottom of the paste button or the Conditional Formatting in XL2013.

Is this possible? I don't need fancy graphics, just a list of text items on a single level menu. I would ideally add these items programatically on application launch.

Drop down menu

Stu
  • 2,426
  • 2
  • 26
  • 42

1 Answers1

2

I think you are looking for the dynamicMenu control. See this answer here on SO:

How to re-trigger GetCustomUI() from ExcelDNA https://stackoverflow.com/a/34033472

Community
  • 1
  • 1
C. Augusto Proiete
  • 24,684
  • 2
  • 63
  • 91