J
Jimmy Badawy
I am using a c# to create an office addin.
I am doing the following
oStandardBar = oCommandBars["NewJimBar"];
oStandardBar.Delete();
my custom commandbar tag and name is NewJimBar.
When the addin is registered the commandbar is deleted, only if I unregister
the addin using regasm -u then the commandbar button reappears, only it has
no functionality.
How ca I permanently delete the commandbar.
I am doing the following
oStandardBar = oCommandBars["NewJimBar"];
oStandardBar.Delete();
my custom commandbar tag and name is NewJimBar.
When the addin is registered the commandbar is deleted, only if I unregister
the addin using regasm -u then the commandbar button reappears, only it has
no functionality.
How ca I permanently delete the commandbar.