Attaching Command Bars to Add-IN

T

Thomas Herr

I have attached a command bar to an add-in which I then installed on another
persons PC. When the add-in opened an older version of the command bar
showed up. This did not happen on my PC. I had to delete the command bar
on the other persons PC via code. What caused this and how can it be
avoided?
 
T

Tom Ogilvy

If a commandbar with the same name already exists, it will not be replaced
by the attached commandbar.

This is the designed behavior.
 
Top