Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 10-10-2017, 11:28 PM
edwinm edwinm is offline How to Select text between Chapters Windows 10 How to Select text between Chapters Office 2016
Novice
How to Select text between Chapters
 
Join Date: Aug 2017
Posts: 9
edwinm is on a distinguished road
Default

Hello Macropod,

I Still can't select after the find header :-(
And I don't see why. Can you help me with debug the code?
Thanks!


Sub Select_text()
Selection.WholeStory
Selection.Collapse wdCollapseStart

Selection.Find.ClearFormatting
Selection.Find.Style = ActiveDocument.Styles("Kop 2") 'This will only search in header type "Kop 2"
With Selection.Find
.Text = "1.2 Doelstelling" 'Search for the first header text
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = True
End With
Selection.Find.Execute
Selection.Collapse wdCollapseStart

Dim R_start As Range
Set R_start = Selection.Range 'Start Selection form first header text

Selection.Find.Text = "1.3 Scenario's" 'Search for the second header text
If Selection.Find.Execute Then
Selection.Collapse wdCollapseStart
Else
Selection.WholeStory
Selection.Collapse wdCollapseEnd
End If
Dim R_end As Range
Set R_end = ActiveDocument.Range(R_start.End, Selection.Start)
R_end.Select

End Sub
Reply With Quote
 

Tags
chapters, selecting text

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Select text between Chapters After putting a text box behind text I can't select it anymore Mike84bs Word 2 07-25-2016 07:36 AM
How to number chapters and sub-chapters in a few clicks? Icelandic_Boy Word 1 05-24-2016 11:33 AM
VBA Search Table for Text/Select Text/Insert Hyperlink sldrellich Word VBA 3 03-24-2015 01:09 PM
Microsoft Word macro to find text, select all text between brackets, and delete helal1990 Word VBA 4 02-05-2015 03:52 PM
How to Select text between Chapters Select section of text and change text newbieX Word VBA 3 03-28-2014 04:21 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:29 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft