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);
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);