Hi all, What's wrong with the following code?
use Win32::OLE; $book = Win32::OLE->GetObject("Book1.xls"); $book->Saveas("Book2.xls"); Book1 and the script are in the same directory. When I open Book2.xls, I cannot see any worksheet. Why? Thanks Billie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]