views:

17

answers:

0

How can I prevent the "Formulas have been recalculated, save" dialog that is launched by Excel interop when quitting the app?

xlApp.Quit();
System.Runtime.InteropServices.Marshal.ReleaseComObject(xlApp);