Does this command return a code that i could test (such as a boolean
found/not found) ?
Selection.Find.Execute
(i would like the program to stop if the string i search is not found)
Or is it an option of the "with" statement ?
Troubadour
Helmut Weber - 29 Jun 2005 15:55 GMT
Hi,
if .execute then
msgbox "found"
else
msgbox "not found"
end if
Greetings from Bavaria, Germany
Helmut Weber, MVP, WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"