-
1. Re: Help! Macro Conversion
4ACOMPADU00 May 10, 2011 6:54 AM (in response to RichardM0701)Hi,
Make a new one. Just edit "FindChangeByList.jsx" on InDesign, save as another name, open the file "FindchangeList" on a folder FindChangeSupport, and save with another name too.
In this file change like this:
...
text {findWhat:"word"} {appliedCharacterStyle:"Bold"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:true, caseSensitive:true} Find all "word" and replace with Character Style "Bold".
...
note for the values if it's true or false
On the new file "FindChangeByList", change the line 102 with the name of the new "FindchangeList":
var myFindChangeFile = myFindFile("/FindChangeSupport/newfindChangeList.txt")
It's difficult by the repetition of lines but resolve the problem.
bye.
-
2. Re: Help! Macro Conversion
RichardM0701 May 10, 2011 12:34 PM (in response to 4ACOMPADU00)Perfect! I was able to use your guidence and the help within the file to achive the results I was looking for. Thank you for your time!

