Forum Discussion
cdrgreg
Apr 10, 2026Copper Contributor
Table Styles and the Ribbon Table Design>Table Option Checkboxes
I have been dabbling in Word VBA for almost three decades but have a fairly limited practical use for Word so I rarely find myself dealing with Tables. However, the other day I got interested in Cha...
Kidd_Ip
Apr 11, 2026MVP
This is, this issue happened in Word 2019 and later versions, including Word 2021 and Microsoft 365.
https://learn.microsoft.com/en-us/office/vba/api/word.conditionalstyle
https://learn.microsoft.com/en-us/office/vba/api/word.tablestyle.condition
cdrgreg
Apr 11, 2026Copper Contributor
Kidd_Ip,
I am familiar with the links.
The code in the examples don't work. If it did, it still doesn't display all of the the formatting the user obviously just wanted to see in his or her document with first selecting the table and then checking the box to display Column banding and Last Row.
Utterly stupid functionality.