Thread
:
Insert Batch Image Code - VBA / MS 365 Troubleshooting
View Single Post
11-29-2023, 09:19 AM
Italophile
Windows 11
Office 2021
Expert
Join Date: Mar 2022
Posts: 554
Just change the following line
Code:
.Rows.Alignment = wdAlignRowLeft
To:
Code:
.Rows.Alignment = wdAlignRowCenter
Italophile
View Public Profile
Find all posts by Italophile