View Single Post
 
Old 03-14-2021, 04:29 PM
eduzs eduzs is offline Windows 10 Office 2019
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default

I noticed that this code also works for error 5992 when accessing the column width when the table has mixed column width.
Now to modify the width of a table (with vertically merged cells and cells with mixed width), I don't need to unmerge cells (and many ther steps) anymore, something simple like aCell.Width = 1.1 * aCell.Width do the trick.
Thank you very much.
__________________
Backup your original file before doing any modification.
Reply With Quote