Hi, All
In my word VBA, the following code returns 999999, what does the result 999999 means?
It's not points, not centimeters, not percent, not any of the length unit used in WORD.
Code:
activedocument.tables(1).columns.width
I'm looking for a code to read the table's width in centimeters...