On the Excel 'Home' ribbon tab, there is a group called 'Number' and it has a combo-box that allows you to quickly change the number format (12 drop-down options). I need to capture the event when someone clicks one of the items from the combo-box in my C# addin. I know that the idMso of the combo-box itself is 'NumberFormatGallery' but I would like to know the idMso's of the items within the combo-box.
I found the combo-box idMso using the spreadsheet extracted from this file: https://www.microsoft.com/en-us/download/details.aspx?id=3582
Does anyone have any idea how I can find the idMso's from the combo-box items?
I found the combo-box idMso using the spreadsheet extracted from this file: https://www.microsoft.com/en-us/download/details.aspx?id=3582
Does anyone have any idea how I can find the idMso's from the combo-box items?