Create a macro inside the add-in with this single line of code.ThisWorkbook.IsAddin = FalseI would also suggest creating one that reverse this . . .ThisWorkbook.IsAddin = trueAssign each to a separate toolbar button and you should be set.