Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 26, 2007 at 9:17 am #4859 QiaoJiaoParticipant Please, say what is wrong with that search script: editor.FindInFiles(“xxx”, “C:web*.txt”, eeOpenDetectUTF8, eeEncodingSystemDefault); It returns error Wrong number of arguments or invalid property assignment I can not figer out where mistake is. October 27, 2007 at 12:35 am #4861 Yutaka EmuraKeymaster You will need the last parameter strFilesToIgnore. So the correct code is: editor.FindInFiles("xxx", "C:web*.txt", eeOpenDetectUTF8, eeEncodingSystemDefault, ""); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.