P
Papp György
Hi
I would like to save a workbook, but nothing occurs when I set the
DisplayAlerts property to false.
The program is the following:
Dim mExcel = new Excel.Application
mExcel.DisplayAlerts = false
Then I load and modify the first sheet.
After this I call Workbook.Save or WorkBook.SaveAs(Path) but unfortunetly
nothing happens. ( No Error Message, no MessageBox, nirvana , the xls
preserves the original data)
When I set the DisplayAlerts to true, a question MessageBox appears and the
save is performed.
So the question is: How can i save the modificatios without the messagebox.
I would like to save a workbook, but nothing occurs when I set the
DisplayAlerts property to false.
The program is the following:
Dim mExcel = new Excel.Application
mExcel.DisplayAlerts = false
Then I load and modify the first sheet.
After this I call Workbook.Save or WorkBook.SaveAs(Path) but unfortunetly
nothing happens. ( No Error Message, no MessageBox, nirvana , the xls
preserves the original data)
When I set the DisplayAlerts to true, a question MessageBox appears and the
save is performed.
So the question is: How can i save the modificatios without the messagebox.