4
votes
1answer
3k views

How to get Ribbon custom Tabs IDs?

I am working with a Custom Ribbon in Power Point, I need to iterate through all tabs and get the ID of them. The Ribbon contains Tabs added from different projects (C++, C#) as addins and I don't ...
3
votes
1answer
994 views

How to embed images in Office file for custom Ribbon

I am developing a custom ribbon extension for Excel, in which a control requires different custom images. I managed to use some images located in my filesystem, but I would like to embed these images ...
2
votes
1answer
1k views

VBA code to add a basic ribbon in Excel 2010?

I have used products to write ribbons for Excel in C# (addin express) but I need to know how to produce a ribbon using vba. Would someone be able to provide me with some code that inserts an ...
0
votes
1answer
3k views

Write Excel Addin with VBA and then Put a button that trigger it

I have written a simple excel add-in with VBA, it contains a form and related codes. after saving it as add-in and then installing it in Excel, nothing happened! I need to put a button somewhere in ...