Occurs when any add-in workbook is uninstalled.
Syntax
Private Sub object_WorkbookAddinUninstall(ByVal Wb As Workbook)
object An object of type Application declared with events in a class module. For more information, see Using Events with the Application Object.
Wb The uninstalled workbook.