Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-03-2018, 02:04 PM
MauiTruss MauiTruss is offline Macro to select multiple sentences that contain a specific word Windows 7 64bit Macro to select multiple sentences that contain a specific word Office 2016
Novice
Macro to select multiple sentences that contain a specific word
 
Join Date: Oct 2018
Posts: 4
MauiTruss is on a distinguished road
Default Macro to select multiple sentences that contain a specific word

I am looking to create a macro that will select a line that contains a specific word. Ideally it would select all the occurrences in the whole document at once. The word would always be the same so no need for a prompt. I got started but am not sure if I a headed in the right direction. I am pretty lost when it comes to VBA. Any help would be greatly appreciated.

Sub AdjustText()
'
' AdjustText Macro
'
'
Dim myRange As Range
Set myRange = ActiveDocument.Range
With myRange.Find
.text = "Word"
.Replacement.text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = True


.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
.Execute
If .Found Then
Selection.Extend
Selection.Extend
Selection.Extend
End If
End With
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to select multiple sentences that contain a specific word Macro to number sentences tjf816 Word VBA 10 03-29-2017 05:42 PM
Macro to select multiple sentences that contain a specific word Macro to insert multiple pictures to word to a specific size and text wrap mescaL Word VBA 3 11-03-2014 10:51 PM
Macro to select multiple sentences that contain a specific word Cannot select single characters. Word selects paragraphs or parts of sentences. TMinnich Word 2 10-25-2013 09:38 AM
Macro to select multiple sentences that contain a specific word Need a Macro that Combines Every 5 sentences into a paragraph jgarland Word 22 01-11-2012 11:19 AM
Select multiple value on Word 2003/2007 forms dzn Word 0 07-19-2010 01:56 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:31 PM.


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