Get selected item's tag of Ribbon ComboBox control in VSTO (VB.Net)
问题 I have a code to list time entry (In Time, Out Time, Comments, Employee Name) information for all the employees from SQL in Excel 2010 using Excel Add-In project. Here, I wanted to move step ahead to list time entry information for selected employee from the ComboBox control (which holds the employee name and employee id in label and tag properties respectively) place in Excel Ribbon using Excel Add-In. Here, I was unable to get the selected employee's tag (Id) from ComboBox that I have added