Quote:
Originally Posted by vivka
Hi! Unfortunately, you can't use a one-line regex to do this. Try the following, which will work on the selecton, not on the entire doc (it's my personal preference):
Code:
Sub Find_N_Embolden()
...
End Sub
|
Thank you for this. Not tested yet but this workaround makes sense given the limitations of Word's regex.