![]() |
|
XP is just a number | |
PerlMonks |
Re^2: win32::ole excel savechangesby Anonymous Monk |
on Jan 10, 2012 at 13:58 UTC ( #947168=note: print w/replies, xml ) | Need Help?? |
Thanks that seems to work, the syntax requires {} round the 'Saved'.
$wb -> {Saved} = 1;
$wb -> Closed(0) ;
works without producing a dialogue box.
Davud
In Section
Seekers of Perl Wisdom
|
|