- AuthorPosts
- July 25, 2008 at 7:01 am #6047yaotParticipant
(1) I select the second and the third two paragraphs of my document
(2) Then I call the function
document.selection.Find( “aaa”, eeFindReplaceCase|eeFindReplaceQuiet|eeFindReplaceRegExp)
to search for the word “aaa” in these two paragraphs;After execute the macro, the “aaa” in the fourth paragraph or the fifth paragraph would be found out also;
How can I avoid it.
Thank you very much!July 27, 2008 at 4:10 am #6050Yutaka EmuraKeymasteryaot wrote:
(1) I select the second and the third two paragraphs of my document
(2) Then I call the function
document.selection.Find( “aaa”, eeFindReplaceCase|eeFindReplaceQuiet|eeFindReplaceRegExp)
to search for the word “aaa” in these two paragraphs;After execute the macro, the “aaa” in the fourth paragraph or the fifth paragraph would be found out also;
How can I avoid it.
Thank you very much!You cannot avoid this at current version. I will think about this in future versions. Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.