![]() |
#1
|
|||
|
|||
![]()
Hello,
I have to know how many words I have to translate in code that looks like this: (see attachment). Now it looks like a mess but I only have to translate the words in black. But there are many long files, so counting the words in black manually would take way too long. I thought this would do the trick, but no: Code:
Sub countblackwords() ' ' countblackwords Macro ' ' Dim wd As Range Dim CountBlack As Long CountBlack = 0 For Each wd In ActiveDocument.Words If wd.Font.ColorIndex = wdBlack Then CountBlack = CountBlack + 1 End If Next wd MsgBox "Number of words in black: " & CountBlack End Sub Much appreciated, Michiel |
Tags |
font color, loop through all words, vba microsoft word 2013 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
sojiro | Word VBA | 11 | 01-29-2017 12:59 PM |
![]() |
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 |
![]() |
coffee_king | Word VBA | 1 | 03-24-2012 07:52 PM |
![]() |
ingmar.s | Word | 3 | 10-08-2009 10:23 AM |