I want to populate a dynamicMenu in a custom Excel Ribbon from a list in a sheet. My xml code is this:
<dynamicMenu id="A" label="Menu A" imageMso="FormatPainter" getContent="GetMenuContent" />
I can see the menu. What I donĀ“t have is the GetMenuContent callback, but I understand that there is where the macro to populate the menu should go right?
Solved! Got the answer from this link.
just direct your getContent instruction to this macro: