Hi guys i have an invoicing application (c#) that creates an excel workbook. At the moment i am using:
This automatically saves to my D:\ (still testing the application).
Any ideas?
Code:
oWB.SaveAs("D:\\" + strFile, Excel.XlFileFormat.xlWorkbookNormal, null, null, false, false, Excel.XlSaveAsAccessMode.xlNoChange, false, false, null, null, null);
Any ideas?
Comment