how to find tables and change the paragraph style in them?
Dear Smart Indesigners!
I'm trying to get my work done quicker, and am searching for a solution to find tables in my text and change the paragraph style in said tables. I found a few solutions here in this community but they didnt seem to work. Maybe that has to do with me being not so used to scripting and GREP?
Thank you so much!
Caro
This is what I tried, (didn't understand it comletely)
Instructions:
(1) Set up your text find/change however you want (change styles, etc. etc.)
(2) Don't click on Change All. Instead, run the following script. It will perform the find/change you've set up, but in tables only. (Not tested with weird things like tables in tables, tables in footnotes, etc. But definitely works with top-level tables).
document.stories.everyItem().tables.everyItem().changeText();
If you want to use InDesign's GREP find/change inst
