View Single Post
 
Old 03-04-2023, 06:27 PM
bblelli bblelli is offline Windows 10 Office 2021
Novice
 
Join Date: Feb 2023
Posts: 22
bblelli is on a distinguished road
Default

Quote:
Originally Posted by Charles Kenyon View Post
The thing is, your sample problem table does not have four columns nor five columns, it has both.

I think your code is going to have to go row-by-row, at least for hybrid tables.
Solved!

I just added the following sentense:
aTable.Rows.LeftIndent = CentimetersToPoints(0)

Thanks!!!
Reply With Quote