A family of Microsoft word processing software products for creating web, email, and print documents.
For example:
Sub Find3Asterisks()
With Selection.Find
.Text = "***"
.ClearFormatting
.MatchWildcards = False
.Forward = True
If Not .Execute Then Beep
End With
End Sub
You can assign this to a keyboard shortcut or a custom Quick Access Toolbar button. Make sure that you save this in the document itself, not in your Normal.dotm template.