Use
Dim atable As Table
Dim arange As Range
For Each atable In ActiveDocument.Tables
Set arange = atable.Range
arange.Collapse wdCollapseEnd
arange.ParagraphFormat.SpaceBefore = 18
Next atable

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Dear Experts,
>
[quoted text clipped - 15 lines]
> Help is much appreciated. Thank you very much in advance. Regards,
> Andreas
andreas - 29 Jun 2008 12:50 GMT
On 28 Jun., 09:34, "Doug Robbins - Word MVP" <d...@REMOVECAPSmvps.org>
wrote:
> Use
>
[quoted text clipped - 35 lines]
>
> - Zitierten Text anzeigen -
Dear Doug,
great. It works fine. thank you very much for your kind help. Regards,
Andreas