Hi Jamal,
I really don't recommend doing that - it will cause the macro to delete punctation marks in text you're trying to clean up when it's been copied from pdfs, emails, web pages, etc when the punctuation should remain. Still, if that's what you want to do, insert the lines:
Code:
.Text = "[,.;:‘’'“”""/\!\*\?\\]"
.Replacement.Text = ""
.Execute Replace:=wdReplaceAll
after the line:
.MatchWildcards = True