Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2017, 02:32 AM
miguelholandes miguelholandes is offline How to count the words in black Windows 10 How to count the words in black Office 2013
Novice
How to count the words in black
 
Join Date: Mar 2017
Posts: 4
miguelholandes is on a distinguished road
Default

I recorded a macro and it turns out like this:

Sub SpecialFind()
'
' SpecialFind Macro
'
'
Selection.Find.ClearFormatting
With Selection.Find
.Text = "\<value\>*\</value\>"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = True


End With
End Sub

Now all I have to do is count all the word in the selection(s) and then distract all instances of the word "value". I do not know how to do that yet but I will have a look. Any suggestion is welcome!
Reply With Quote
Reply

Tags
font color, loop through all words, vba microsoft word 2013

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to count the words in black Count words between quotation marks sojiro Word VBA 11 01-29-2017 12:59 PM
How to count the words in black Count number of words in closed docx files Pecoflyer Word VBA 2 11-25-2016 01:07 AM
PNG on black background printing transparency in different tone of black NMGMarques Word 0 03-03-2014 05:19 AM
How to count the words in black How can I count multiple usage of the same words? coffee_king Word VBA 1 03-24-2012 07:52 PM
How to count the words in black Creating Text to count words WITHOUT title page ingmar.s Word 3 10-08-2009 10:23 AM

Other Forums: Access Forums

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