Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6047
    yaot
    Participant

    (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!

    #6050
    Yutaka Emura
    Keymaster

    yaot 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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.