Hello,
I'm trying to do a simple document clean-up and since the document is in Word, part of the flow is to run a VB script to extract the text.
So I have a 2 columns in Excel, Col. A is Find and Col. B is Replace. This is a list of spelling/grammar/etc. in a text document that I have to clean up every day so I wanted to automate it.
So I use ForEach and loop through CurrentItem and it saves into "Replaced". But the output is unchanged - it hasn't actually replaced anything.
Since this is my first stab at it, I thought maybe an expert could spot an obvious error. See screenshot. Thanks!
