I have created an AddIn, in the past, in a different project. It creates a Pop-up “blah” that groups two sub-items, all under the Solution Explorer.
I am Creating a different AddIn, in a different project, and I would like to make it run under the same Pop-up folder.
How can I test if the pop-up with the name “blah”, under the CommandBar type [“Project”], exists, and add a command inside the existing one if it does ? (if it doesn’t, add the pop-up)
I did not find a way to use the pop-up Caption.
There are two alternatives:
Either way, I had to modify the existing Add-in to give it a Tag (and/or an ID), then