How to save an Excel Sheet without a confirmation by:Anonymous
|
Hi,
Anybody knows how to close an Excel object and save the excel sheet but without the interruption (confirmation)?
Thanks in advance
|
| | Reply: by:Armin Zingler
|
| | The question is more related to the Excel automation model: microsoft.public.excel.progrmaming -- Armin
|
| | Reply: by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])
|
| |
\\With Application .DisplayAlerts = False ThisWorkbook.SaveAs("D:\file.xls") .DisplayAlerts = True End With ///
-- Herfried K. Wagner [MVP] <URL:http://dotnet.mvps.org/>
|
0 Comments:
Post a Comment