Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-10-2014, 02:28 PM
macropod's Avatar
macropod macropod is offline Find instance of a word in a specific style and change its color Windows 7 32bit Find instance of a word in a specific style and change its color Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

FWIW, if you're using Character Styles for the colouring (preferred IMHO), you should apply the Style to the text, not simply change its colour.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #2  
Old 02-15-2014, 06:15 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

Thanks so much for the replies.

Is there a way I can have the macro ask the user for confirmation of each replacement?

thanks,
hwg
Reply With Quote
  #3  
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

Thread Tools
Display Modes


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 05:13 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