I am searching for text in a document and saving it to a string variable. I do a find and replace for a key word, once found i move one character to the right to deselect the selection, then i move down one paragraph and highlight. works beautifully, however if there is no text there it selects the paragraph mark. The string variable and then used as default text in a userform text box. The problem i am having is determining whether the string variable is a paragraph mark because if is i want the variable to return a blank so the paragraph mark does not show up in the text box.