Hi Experts, I cannot figure out why this won't work... and my brain is starting to ache! I'm trying to write code in VBA to determine if a paragraph contains a soft line break (ie the thing that happens when you do Shift+Enter in word. My code is: Dim para As Paragraph Dim rngPara As Range for...