Is there a way of getting the position number of a selected word in a paragraph? I'm using oPara.paragraphs(1).range.words(k).text to loop through a paragraph to find the value of k for a specific word but I was hoping there was a simpler way of getting this value. Any ideas?