in reply to win32::ole excel savechanges
I have no experience with Win32::OLE, but the Excel-Interface itself should give you something like:
$wb->Saved = 1;
to change the state of the workbook. If the saved state is true, Excel doesn't bother asking anymore.
Sorry I can't be of more help, but right now I am exclusively on Linux, so I can't test it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re win32::ole Excel 2016 quit without saving
by Ratazong (Monsignor) on Aug 02, 2018 at 12:51 UTC | |
Re^2: win32::ole excel savechanges
by Anonymous Monk on Jan 10, 2012 at 13:58 UTC |
In Section
Seekers of Perl Wisdom