![]() |
|
#1
|
|||
|
|||
|
Hi, I was trying to get macro for selecting certain tables and then copy them to a new document. I have got the code to select certain tables -but do not know how to copy these tables to new document Here is the code: Code:
Sub SelectRange() Dim rngParagraphs As Range Set rngParagraphs = ActiveDocument.Range( _ Start:=ActiveDocument.Tables(1).Range.Start, _ End:=ActiveDocument.Tables(8).Range.End) rngParagraphs.Select End Sub |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Macro to delete all empty rows from all tables
|
braddgood | Word VBA | 15 | 10-02-2015 01:54 PM |
Can't select shapes via macro
|
TishyMouse | Word VBA | 3 | 04-13-2012 03:26 AM |
Word Macro to search all tables
|
silverspr | Word VBA | 3 | 04-02-2011 11:20 PM |
| Select Series Color - Macro | judicial85 | Excel Programming | 0 | 03-14-2011 02:35 PM |
I need a macro that removes background of many tables
|
masa57 | Word VBA | 2 | 05-08-2010 07:34 AM |