Thread
: [Solved]
Create Table for Multiple Pictures. 1 picture, 1 table and space between tables
View Single Post
03-07-2022, 02:40 PM
macropod
Windows 10
Office 2016
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
After:
Code:
.Split .Rows(r)
you could insert something like:
Code:
.Range.Characters.Last.Next.ParagraphFormat.SpaceAfter = 18
where the '18' specifies the space after setting (in points) of the paragraph that separates each of the tables.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod