Run these steps in order.
1. Run the macro in the attached document and it will find the last paragraph but not the earlier paragraphs that supposedly have the same font.
2. Now open F&R and without changing anything click find. It will also find only the last paragraph.
3. In F&R with the cursor in Find What, click No Formatting then Format > Font > Times New Roman. F&R will now find all paragraphs.
4. In the macro comment out the first three statements leaving only
If Not Selection.Find.Execute Then MsgBox "Not found"
The macro will now find all paragraphs.
5. Select one of the earlier paragraphs and re-apply Times New Roman. Now run the steps again.
|