View Single Post
 
Old 09-12-2012, 09:52 AM
jperez84 jperez84 is offline Windows XP Office 2007
Novice
 
Join Date: Sep 2012
Posts: 21
jperez84 is on a distinguished road
Default

Thanks for the response. I have a couple of questions. First, do I type all of the words or phrase at once into the dialog box separated by commas? Second, I don't see the below code from my post:

Code:
With Rng
        .MoveStartUntil Cset:="^^^^^", Count:=wdBackward
        .MoveEndUntil Cset:="^^^^^", Count:=wdForward
        .Select
         .Copy
          With Doc
            .Range.InsertAfter "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
so it doesn't know what lines to copy.
Reply With Quote