MS Word Macro - Delete Paragraphs
问题 Could somebody please help me with a MS Word Macro that would search for a specific symbol in every paragraph throughout the document and delete paragraphs that DO NOT contain that symbol. I know practically nothing about VBA, but just received a huge & unwieldy document I need to edit real fast. 回答1: Here's a quick macro that should do what you want - use with caution, and don't forget to backup! Set the value of 'search' to be the text that you're looking for. It's very crude, and will