Answered
find and replace text for only selected textframes.
app.findTextPreferences.findWhat = "123";
app.changeTextPreferences.changeTo="";
app.activeDocument.changeText();
will delete all "123" in all TextFrames on the page, anyone know if it i@s possible to delete the "123" in the selected textframe and not all?
Thanks million..