red ant formatting

D

David Thielen

Hi;

Does anyone know how to set a range to the red ant formatting?

Format, Font, Text Effects, Marching Red Ants.

thanks - dave
 
J

Jonathan West

David Thielen said:
Hi;

Does anyone know how to set a range to the red ant formatting?

Format, Font, Text Effects, Marching Red Ants.

Selection.Font.Animation = wdAnimationMarchingRedAnts

If you're automating from outside word, you need to know that
wdAnimationMarchingRedAnts has the value 5
 
D

David Thielen

thank you - dave (I wish they had C# documentation for the Office
interface)
 
Top