M
Michael Singmin
Hello Group,
I have a document of 200 single words, each on a different line.
Some of them are Bold.
What is the VBA code to count those bold entries ?
I would like a construct like this pseudo code
For each fs in Document
If Fs = Bold then Count = Coumt +1
Next
In Excel, the Worksheet or Sheet is the common page.
What is the equivalent in Word ?
Thanks,
Michael Singmin
I have a document of 200 single words, each on a different line.
Some of them are Bold.
What is the VBA code to count those bold entries ?
I would like a construct like this pseudo code
For each fs in Document
If Fs = Bold then Count = Coumt +1
Next
In Excel, the Worksheet or Sheet is the common page.
What is the equivalent in Word ?
Thanks,
Michael Singmin