Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: OLE and Excel question

by Sandy (Curate)
on May 05, 2009 at 21:28 UTC ( [id://762084]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        Range("B2").Select
        ActiveWindow.FreezePanes = True
    
  2. or download this
     my $freeze_panes = $gExcel->ActiveSheet->Range("B2")->Select;
      #$gSheet->Cells(2,2)->Select();
      $gExcel->ActiveWindow->{FreezePanes} = 1;
    

Log In?
Username:
Password:

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

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

    No recent polls found