RE: OLE again

2003-10-01 Thread Charbeneau, Chuck
> From: Michael D. Smith [mailto:[EMAIL PROTECTED] > Subject: Re: OLE again > > In these examples from recent mailings to the list > my $IE = Win32::OLE->GetActiveObject( 'WebBrowser.Application' ); > my $Excel = Win32::OLE->GetActiveObject('Excel.Appli

Re: OLE again

2003-09-30 Thread Michael D. Smith
In these examples from recent mailings to the list my $IE = Win32::OLE->GetActiveObject( 'WebBrowser.Application' ); my $Excel = Win32::OLE->GetActiveObject('Excel.Application') Where can find a list of everything I can do with GetActiveObject in place of 'webbrowser.application' and 'excel.appli