I'm getting "Automation error Exception occurred" (+ crash) from Excel 2016 for all macros for all workbooks. Started happening some time in the last week (same code worked fine last week)
I created a test case, empty workbook with a single module.
Option Explicit
Option Base 1
Public Sub DoIt()
MsgBox "Done"
End Sub
If I run it with F5 from inside the VBA editor, it works fine.
If I run it from Developer > Macros > DoIt, error + crash.
I tried doing a "repair" of my office installation, no change.
Thoughts?