I created an addin that works fine. I wrote a bunch of code and assigned them to buttons.
But I would like to add some buttons using built in functions like Add Row, Delete Row, Hide Row. How do I refer to these built in commands?
Here is a line of my XML code:
[/TD]
[/TR]
</tbody>[/TABLE]
I crossposted this on StackOverflow board, last week, but no responses yet. You can see it here if you wish.:
https://stackoverflow.com/questions...ds-to-new-ribbon-tab-in-custom-addin-exel2016
But I would like to add some buttons using built in functions like Add Row, Delete Row, Hide Row. How do I refer to these built in commands?
Here is a line of my XML code:
Code:
[TABLE="width: 153"]
<tbody>[TR]
[TD="class: xl63, width: 153"]<button id="Row_BT1" label="Delete Row" onAction="Consulting.DeleteRow" imageMso="DeleteRows" screentip = "Delete Rows at current selection" />
[/TR]
</tbody>[/TABLE]
I crossposted this on StackOverflow board, last week, but no responses yet. You can see it here if you wish.:
https://stackoverflow.com/questions...ds-to-new-ribbon-tab-in-custom-addin-exel2016