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="macropod, post: 5883489"] Hi Keith, try: Sub Test() Dim oTbl As Table, i As Integer, j As Integer For Each oTbl In ActiveDocument.Tables For i = 1 To oTbl.Rows.Count For j = 1 To oTbl.Columns.Count ' Do stuff Next j Next i Next oTbl End Sub [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
How to? referencing table with differing number of cells per row
Top