Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-15-2014, 06:22 PM
hwg hwg is offline Find instance of a word in a specific style and change its color Windows 7 64bit Find instance of a word in a specific style and change its color Office 2010 64bit
Novice
Find instance of a word in a specific style and change its color
 
Join Date: Feb 2014
Posts: 8
hwg is on a distinguished road
Default

Also, I did try this using styles but couldn't get it to work. I must not have the right syntax to detect and replace on styles instead of fonts.

I tried something like this:

Code:
Dim oRng As Word.Range
Set oRng = ActiveDocument.Range
  With oRng.Find
    .Text = " in "
    .ClearFormatting
    .Style.Name = "<my style name here>"
    .Font.Size = 8
    .Replacement.ClearFormatting
    .Replacement.Style.Name = "<my replacement style name here>"
    .Execute Replace:=wdReplaceAll
  End With
It gave me the error "Object Required" on the line .Style.Name = "... "
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find instance of a word in a specific style and change its color Deleting A blank Line that has a specific heading style , word 2010 & 2013 SteveWcg Word 5 01-08-2014 10:37 PM
Can't change color of text in table style ABode Word 6 12-03-2013 07:45 AM
Find and replace multiple documents change style BaPW Word 0 08-14-2011 11:12 AM
How to find a specific word in Powerpoint? Ozard80 PowerPoint 0 05-11-2011 04:42 PM
Highlight text and find next instance DrDOS Word 0 11-15-2010 04:02 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:29 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