Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

VBA to Perl

by sanPerl (Friar)
on Feb 10, 2006 at 11:36 UTC ( [id://529325]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Selection.HomeKey wdStory
    Selection.Text = "This is the inserted text 1"
    ...
    Selection.Text = "This is the inserted text 2"
    Selection.Collapse wdCollapseEnd
    Selection.TypeParagraph
    
  2. or download this
    use strict;
    use warnings;
    ...
    $Word->Documents($file_name)->Save();
    $Word->Quit();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found