I want to create a macro that recognises a blank line in an MS Word document. And I want it to take account of the fact that there can be lots of white space and still be a blank line. At the moment, my macro does this: dim para as paragraphs dim rng as range dim blnBlankLine as boolean 'this should...