Hi! I'm trying to accomplish #2 (replacing ^p^p with ^p in footnotes) but I'm at a loss because matches are found and clicking the "Find next" button does take me to the next occurrence, but replacing fails with no apparent error message.
I've tried both with and without wildcards, using either ^13^13 or ^p^p in the "Find" field, but to no avail.
Also, writing it as VBA code gave no different result.
As I found out
here, the only thing that works is put my cursor at the start of the paragraph I want to delete and then press the
Backspace key instead of the
Delete key. But since my goal is coding all this, how does that translate to VBA?
This post is supposed to solve it, but it hasn't worked for me and I don't understand why because I'm still pretty new to VBA coding.
Thank you!