![]() |
#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 | Thread Starter | Forum | Replies | Last Post |
![]() |
braddgood | Word VBA | 15 | 10-02-2015 01:54 PM |
![]() |
TishyMouse | Word VBA | 3 | 04-13-2012 03:26 AM |
![]() |
silverspr | Word VBA | 3 | 04-02-2011 11:20 PM |
Select Series Color - Macro | judicial85 | Excel Programming | 0 | 03-14-2011 02:35 PM |
![]() |
masa57 | Word VBA | 2 | 05-08-2010 07:34 AM |