Capturing text demotion actions in the macro recorder

C

Chris Smith

Can anyone tell me why doesn't the macro recorder record text
demotion/promotion actions? What would be the VBA code to demote text
in a text box? Thanks in advance.
 
S

Shyam Pillai

In addition to what Chirag mentioned. The paragraph indent level within a
text box can be set by setting the IndentLevel property for that paragraph.
-
Regards
Shyam Pillai
 
Top