Is there a way to intercept or override Microsoft excel's File open command by an COM Addin? I want to process the file before Excel tries to open the workbook, so Application_WorkbookOpen is too late.
Ideally it should be triggered when an excel file is double-clicked also.