• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Addin tab disappears

YasserKhalil

Well-Known Member
Hello everyone
I am practicing to make addin.. I have saved the workbook as Excel Addin
I opened a new workbook and from Developer tab I clicked AddIn and Browse for my addin and there is a new tab in the ribbon named "AddIn" appeared ..
I close the workbook and opened it again but the "AddIn" tab disappeared ..
Any idea how to make it permenant?
 
I have navigated to File >> Options >> Add-ins >> Go >> Browse >> ... >> Ok
And now it does not disappear ..
That solved the problem

Can I change the name of the tab Add-Ins to any name I need?
 
No. If you want to control the tab name, you must use the CustomUI part of the add-in workbook to create the ribbon items, not use Commandbars in code.
 
Thanks a lot for reply Mr. Debaser
Here's an example which do what I am talking about ..
 

Attachments

  • Set Up AddIn.zip
    46.6 KB · Views: 3
Yes that uses the CustomUI part. I suggest you check out Ron de Bruin's site - it has a wealth of tips on the ribbon.
 
Back
Top