#18705
Shavok
Participant

Thanks for the reply!

So I’ve started on a macro but my coding on this is very weak…

The intention:

  • Check if there’s a blank line at the end of the document
  • If not, then make a new line

I’ve only got the last part nailed so far…

document.selection.EndOfDocument();
document.selection.NewLine();

Can you please assist on the “if” part?