in reply to Re^2: Win32::OLE SaveAs Unicode
in thread Win32::OLE SaveAs Unicode
Strange enough, if I save to a temporary file with
my $filename_out = new File::Temp( UNLINK => 0, SUFFIX => '.txt' );
I get the following error: Win32:OLE UsedRange error 0x80020005: "Type mismatch"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::OLE SaveAs Unicode
by choroba (Cardinal) on Jun 20, 2018 at 14:08 UTC | |
by Corion (Patriarch) on Jun 20, 2018 at 14:10 UTC |