my $excel = Win32::OLE->GetActiveObject('Excel.Application')||die "cou +ldnt get active one"; $excel -> Windows("SummarySheet.xls") -> Activate; my $workbook = $excel -> Workbooks("EtfSummarySheet.xls"); $workbook->Activate; my $sheet = $workbook -> Sheets(2); $sheet -> Cells(1,1) -> {Value} = "This works great now.";
In reply to Re: How do I change the activesheet of an already-open excel spreadsheet using perl?
by Anonymous Monk
in thread How do I change the activesheet of an already-open excel spreadsheet using perl?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |