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

Excel FitToPages bizarrity

by esr (Scribe)
on Aug 25, 2005 at 21:01 UTC ( [id://486722]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sheet->PageSetup->{Zoom}='False';
    
  2. or download this
    my $vtfalse = Variant(VT_BOOL,0);
    $sheet->PageSetup->{Zoom}=$vtfalse;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found