View Single Post
 
Old 05-04-2018, 01:56 AM
Pintus Pintus is offline Windows XP Office 2010 64bit
Novice
 
Join Date: May 2018
Posts: 7
Pintus is on a distinguished road
Default Macro for paragraphs with numbering and hanging

Hello everyone. Hope you can help me with this macro as my VBA knowledge is not good enough yet.

This is the macro that I need:

For all paragraphs defined with numbering, I need to ensure that hanging is set to "1 cm".

When I review my document and find an instance where the hanging is not 1 cm, I need to correct this is by opening the Paragraph menu, then "Indents and Spacing" and change the settings here:

Special: Hanging
Defined: 1,08 cm >>> 1 cm

This is very time consuming so I hope anyone help me with that.

In addition, if the macro can also report the instances which were fixed in some way or at least reporting that all hangings are set correctly to 1 cm, it would be fantastic.

Anyway, I donīt mind if this is not possible. I have enough if the macro can simply check and change all paragraphs with numbering to "1 cm".

Thank you!
Reply With Quote