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