![]() |
|
|
|
#1
|
||||
|
||||
|
It's generally a good idea to specify ranges rather than selecting anything. You'll note that the macro I posted in https://www.msofficeforums.com/word-...row-table.html never selects the tables, for example. Instead it simply loops through all the tables via:
Code:
For Each Tbl In ActiveDocument.Tables Code:
With Tbl
...
Set Rng = .Range
Perhaps you could explain more about what you're trying to do.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we update Chart in PPT based on a table in the excel and the table is part of the Chart Data | nareshj | PowerPoint | 0 | 07-12-2018 02:29 PM |
| Looking to copy select cells in table using dropdown list to paste to new table in another worksheet | CaptainRetired | Excel Programming | 18 | 01-04-2018 07:22 PM |
Find, select, and replace part of text with bold
|
paik1002 | Word VBA | 4 | 12-07-2015 11:24 PM |
| VBA Word Table - Select More than 1 Column at a time - Apply Formatting | jc491 | Word VBA | 12 | 09-24-2015 06:03 AM |
| Sorting part of a table | Cosmo | Word VBA | 2 | 06-19-2014 10:40 AM |