View Single Post
 
Old 09-04-2019, 07:44 AM
wido wido is offline Windows 10 Office 2016
Novice
 
Join Date: Sep 2019
Posts: 4
wido is on a distinguished road
Default

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!

Last edited by wido; 09-04-2019 at 07:47 AM. Reason: Added line before last.
Reply With Quote