Help for this page

Select Code to Download


  1. or download this
    Sub TableJoiner()
    Application.ScreenUpdating = False
    ...
    Next
    Application.ScreenUpdating = True
    End Sub
    
  2. or download this
    foreach my $oPara (%{$Word->ActiveDocument->Paragraphs})
    {
    ...
            }
        }
    }
    
  3. or download this
    foreach my $oPara ($Word->ActiveDocument->Paragraphs)