in reply to
Re: win32::ole excel savechanges
in thread
win32::ole excel savechanges
Thanks that seems to work, the syntax requires {} round the 'Saved'. $wb -> {Saved} = 1; $wb -> Closed(0) ; works without producing a dialogue box. Davud
Comment on
Re^2: win32::ole excel savechanges
In Section
Seekers of Perl Wisdom