Reply To: Changing the paragraph style of the NEXT paragraph using Find or GREP

Home Page / Forums / General InDesign Topics (CLOSED) / Changing the paragraph style of the NEXT paragraph using Find or GREP / Reply To: Changing the paragraph style of the NEXT paragraph using Find or GREP

#60758
Anonymous
Inactive

It can be done in a 3 step Find/Change though (I know the brilliant Jongware has already made a script)

1.

Find GREP

Find What:

Leave Blank

Change to:

$0~

(the ~ can be any character you're sure is not used in the document)

Find Format:

Heading 2

Change Format:

Leave blank

That will add an “~” (or any character you choose) to the end of all Heading 2 headers

2.

Find GREP

(?<=~r).+

Change format:

Choose the indent or formatting you require

3.

Find GREP

Find What:

~

Change to:

Leave blank

(clear change and find formats)

This article was last modified on October 14, 2011

Comments (0)

Loading comments...