Re: Newbie Help please.

2002-03-31 Thread Billie
Hope this help Billie "Sa" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > Hi Everyone- > > I'm just starting to learn perl programing. I'm doing this through the > O'Reilly book: > Learning Perl. > > I seem to be stuck on hashes. I was

EXCEL automation

2002-01-07 Thread Billie
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 --