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
How to? referencing table with differing number of cells per row
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="ker_01, post: 5883488"] I like the approach- but I need a little help with the syntax (I'm an Excel VBA'er, and don't know the Word object model). For j = 1 To oTbl.Columns.Count appears to give the column count for the entire table, rather than just for that current row. As a result, it still errors when it hits a row that only contains two cells. For testing, I tried variations of For j = 1 To oTbl.Row(1).Columns.Count but so far have been unsuccessful :( Many thanks for your continued help, Keith [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
How to? referencing table with differing number of cells per row
Top