I've written a VBScript that automates a load of processing of Excel workbooks.
For some of these workbooks, a MsgBox is triggered when they are opened. This message box is interrupting the automation.
Is there a way to listen for this MsgBox in a VBScript and "click" OK when it pops up?