When adding options to your menu, you’ll need icons. There are about 9,000 already available icons (yikes!), so you’ll probably find one that is suitable and is consistent with the UX of Excel. You can also add custom icons. As always code is available on my bit bucket account: https://bitbucket.org/andysprague44/excel-dna-examples/…CustomImage Built-in icons You can addContinue reading “Custom Icons in Excel-DNA Custom Ribbon”
Tag Archives: Custom Ribbon
Show Message Boxes with Excel-DNA
Often a simple way to get user feedback is to show a pop-up message box. Read on for a tutorial on how to do this. As an example, this is the result we will get from this blog: The second section of this blog deals with how to handle message boxes during asynchronous operations, asContinue reading “Show Message Boxes with Excel-DNA”
Excel-DNA Custom Ribbon Cheat Sheet
In this blog I’ll give some helpful snippets of code to work with Custom Ribbons in Excel-DNA. I will assume you have already got a project that creates a custom ribbon, and you now want my amazing insight on how to add something that is more elaborate than, say, a button that writes a hard-codedContinue reading “Excel-DNA Custom Ribbon Cheat Sheet”