just a quick question.
I’ve got this table in a Word template which have two columns by default.
Then I’ve got this button the user can press if he wants another column. The macro run inserts several text placeholders and formats certain things automatically.
But what I want is some sort of routine which basically checks the number of columns in this table, and if there are two columns, the text typed in is automatically “Column 3” and if there are three columns there, the text should be “Column 4”. Should be pretty simple if I can just find out how I can find the number of columns.
just a quick question. I’ve got this table in a Word template which have
Share
A table object knows how many columns it has, just check the Columns.Count property.