Removes a button from the Add-In toolbar which references an add-in or Wizard.
Syntax
object.RemoveAddInFromToolbar (saddinname As String)
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
saddinname | Required. A string expression specifying the name of the add-in or Wizard to remove from the Add-In toolbar (as specified by the saddinname parameter from the AddToAddInToolbar method). |