G Guest Sep 7, 2007 #1 How do you jump to and select the first pargraph. I need to create a macro to do this.
G Greg Maxey Sep 8, 2007 #2 How do you jump to and select the first pargraph. I need to create a macro to do this. Click to expand... Sub Scratchmacro() ActiveDocument.Paragraphs(1).Range.Select End Sub
How do you jump to and select the first pargraph. I need to create a macro to do this. Click to expand... Sub Scratchmacro() ActiveDocument.Paragraphs(1).Range.Select End Sub