Skip to main content
Known Participant
August 29, 2008
Question

Check for Overriden Text VB

  • August 29, 2008
  • 1 reply
  • 238 views
Is there a way to check for overriden text? I want to make sure that none of my paragraphs have been changed from the applied paragraph style.
This topic has been closed for replies.

1 reply

Inspiring
August 29, 2008
Making sure they haven't is easy enough. Just override all of them and bingo, none are overridden.

On the other hand, if you want to be alerted to overrides so you can evaluate them, that's a different and more difficult issue. You're reduced to comparing properties of the text with that of the paragraph style.

Dave