blackadder has asked for the wisdom of the Perl Monks concerning the following question:
But, if the file exists then I get prompted to over right the file. That’s what I don't want to happen, I don't want to get prompted to save the file, I want the script to go ahead and save the file in any case.$xls -> ActiveWorkbook -> SaveAs( $ARGV[0] );
I.e. changed the "SaveAs" to "Save", but it did not work. I checked the Win32::OLE documentation but I couldn't find anything about "Save" rather than "SaveAs".$xls -> ActiveWorkbook -> Save( $ARGV[0] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OLE Save and SaveAs
by jmcnamara (Monsignor) on Sep 07, 2003 at 21:33 UTC | |
|
Re: OLE Save and SaveAs
by Anonymous Monk on Sep 07, 2003 at 21:33 UTC | |
|
Re: OLE Save and SaveAs
by guha (Priest) on Sep 08, 2003 at 12:23 UTC | |
by BrowserUk (Patriarch) on Sep 08, 2003 at 12:33 UTC | |
by guha (Priest) on Sep 08, 2003 at 12:58 UTC | |
by Anonymous Monk on Sep 10, 2003 at 14:01 UTC |