Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft.Word';    # wd  constants
    $word->Selection->EndKey(wdStory);
    
  2. or download this
    $table->Select();
    $doc->ActiveWindow->Selection->MoveDown(wdLine,1);
    $doc->ActiveWindow->Selection->TypeText("This line should be after the
    + table");