I have a Visual studio project to create a .xll addin.
In that project I have a Main.cs file and a Functions.cs file.
The Functions.cs file stores the UDFs that will be used in Excel.
I had another project to create a ribbon for excel. In that project was a Ribbon.xml and Ribbon.cs file. I moved those 2 files to the .xll project.
But I have no idea what to do to so that when the user installs the .xll file to their Excel, the custom ribbon tab will show as well.
By the way, I'm a beginner and I'm doing this for an internship. So either I can't really find any discussions on this or I do not understand what people are really discussing. So I apologise in advanced for questions that may seem very simple to you.