Excel C# VSTO Addin Tab name not showing

Daniel Dumitru 1 Reputation point
2022-09-26T21:54:49.733+00:00

Hi

I created an Excel Add-in in Visual Studio using C#, and it seems that the Tab Name is not showing.
Disabling and enabling the add-in solves the issue temporarely, but it's not something that I can ask my customers to do...
And if I close Excel I need to do the enable trick all over again, because the name goes away.

I tried:

  • changing the Tab ID, maybe it was to generic, did not work.
  • cleaning the solution and re-building it.
  • adding the install folder to trusted locations in Excel - Trust Center

Am I missing something? Is there something I need to do for the Tab Name to show?

As I open Excel:
244946-image.png

After disabling and enabling the addin:
244869-image.png

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,488 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oskar Shon 866 Reputation points MVP
    2022-11-08T17:02:27.627+00:00

    I do not know how you build your ribbon tab.
    I recommend you using XML code.
    Works any time and you can do it more then creator do.

    258355-image.png

    0 comments No comments