This content has been marked as final.
Show 2 replies
-
1. Re: How to find/change just a story in VB script.
Dave Saunders Sep 21, 2009 10:55 AM (in response to mmargeta)The trick is to target the search to the story of interest. In JavaScript, I'd write something like this (having first setup the find/change):
myStory.changeGrep();
Dave
-
2. Re: How to find/change just a story in VB script.
mmargeta Sep 21, 2009 1:48 PM (in response to Dave Saunders)Thanks a lot Dave. I was to occupied with find/change prefs I didn't look at that side. There is a "changeGrep" method for Story element. I will run it for every selected story element and that should do.
Bye.

