Its pretty annoying having to manually save every related add-in referenced by a workbook. How can I automatically save them upon saving the workbook?
So, in the workbook itself I have code in the "ThisWorkbook" module:
Private Sub Workbook_AfterSave(ByVal Success As Boolean)
If Success...