Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $word->Documents->Add || die("Unable to create document ", Win32::OLE-
    +>LastError());
    
    $word->run("test", "D:\\Prasad\\Projects\\tools\\vdd");
    
  2. or download this
    Sub test(teststring as String)
    
    MsgBox(teststring)
    
    End Sub