Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Win32 OLE Excel 2003 question

by gibsonca (Beadle)
on May 05, 2009 at 19:42 UTC ( [id://762037]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $freeze_panes = $gExcel->ActiveSheet->Range("2:2")->Select;
    #$gSheet->Cells(2,2)->Select();
    $gExcel->ActiveSheet->{FreezePanes} = $TRUE; # or 1 ..
    
  2. or download this
      if ($Excel = Win32::OLE->GetActiveObject('Excel.Application')
           || Win32::OLE->new('Excel.Application', 'Quit')) {
    ...
      else {
        print "\n456 \n";
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://762037]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found