Hello! I'm trying to export tables from excel to word throught a macro. This is not a problem actually, i can paste the tables to the bookmarks that i had previously created. The point is that some tables are adjusted automatically to the word page width and other don't.
After calling the method:

.AutoFitBehavior (wdAutoFitWindow)

the tables that were not filling the page are good now, but the other ones that were filled before call the method adjust in an unconsistent way, the columns width change and it's not properly working.

My question is, is there any method/property that allow me to compare the table width with the word page with?

Thanks in advance!