Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
VBA: Read current Table's Autofit
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Darren Hill, post: 5868098"] Thanks for the response. I tried using autofitbehavior, but was only able to use it to set a table's status - not to read what it was. Maybe I'm not understanding the syntax. If I have a table declared Set tbl = selection.Tables(1) and I have a variable, Dim Autofit as WdAutoFitBehavior how do I get the table's current autofit status into that variable? I tried Autofit = tbl.autofitbehavior but that generates an error - autofitbehavior needs a parameter. Thanks, Darren [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
VBA: Read current Table's Autofit
Top