Подскажите, пожалуйста почему
Код:
Код:
Set oWord = CreateObject("Word.Application")
Set oDoc = oWord.Documents.Open(Filename:=sNameTargetFile + ".txt", Format:=wdOpenFormatAuto, Encoding:=866)
With oWord.Selection
.Find.Text = " текст1 "
.Find.Execute
Код:
Код:
Set oWord = CreateObject("Word.Application")
Set oDoc = oWord.Documents.Open(Filename:=sNameTargetFile + ".txt", Format:=wdOpenFormatAuto, Encoding:=866)
With oWord.Selection
.Find.Text = " текст1 "
.Find.Execute