idk about responding to them, but you can generally avoid having them pop up in the first place when using interop with:

Code:
oWord   = new Word.Application();
            oWord.DisplayAlerts = Word.WdAlertLevel.wdAlertsNone;
Good luck!