 |
Search
IT Courses |
|
|
|
|
|
|
|
|
|
|
|
IT
dart News Letter
|
Get
ITdart.com weekly headlines before it's published on our site! Subscribe
and receive the articles delivered to your inbox!
|
|
|
Selecting the current paragraph (Office 97)
You can use the StartOf and MoveEnd methods of the Selection object to select from the beginning to the end of the paragraph, as in the following Visual Basic statements:
Selection.StartOf Unit:=wdParagraph Selection.MoveEnd Unit:=wdParagraph If you know the number of the paragraph, you can use the following command:
Selection.paragraphs(3).range.select
for selecting the third paragraph.
|
|
|