This has been working great, but I just have a quick question about a scenario that has arisen out of utilising this.

If one of the seleced phrases is identical to another for the first 20 characters (and beyond increasing the 20 value to allow extra matching capabilites) and it stretches over say two paragraphs, is there a way where it might ignore the '& vbCrLf' between the quotation marks to allow matching across to the second paragraph? At the moment if I go back to make edits, the two phrases are selected when only one is required.

For example:-

"Unfortunately there are no proportionate lines of enquiry that can be made into this that are likely to lead to any sort of formal outcome." & vbCrLf & vbCrLf & "A referral has been made ....... etc"

"Unfortunately there are no proportionate lines of enquiry that can be made into this that are likely to lead to any sort of formal outcome." & vbCrLf & vbCrLf & "If the circumstances have changed ....... etc"

Thanks!