Hi everyone,
Thanks for your help in advance.
I’m trying to remove a line break in Word but having a hard time doing so.
I can delete it by using click and sending hotkey activities but looking into any other robust solution.
Situation:
I’m updating a Word file based on input for particular words I have specified within Word document. (i.e. <>) How I want this to be is, if input is null, I want to replace it with nothing (aka “”) so there’s no gap between lines, but what’s been turned out is that it still leaves a line break (space) in the row so I want to remove from the Word document. Any possible workaround here please? Thanks.