Quote:
Originally Posted by victorybadges
No code, I manually highlight the table and click on paragraph centre so that is fine
|
That is
absolutely the wrong way to do it.
To center the captions (the pics are already centered), before:
Code:
With .Styles("TblPic").ParagraphFormat
insert:
Code:
.Styles("Caption").ParagraphFormat.Alignment = wdAlignParagraphCenter
It's not apparent why you'd want both centering
and indenting in this situation.