Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE;
    ...
    $range->InsertAfter("InsertAfter method");
    $wordtarget->TypeText("typetext method"); 
    $range->TypeText("typetext method");