How can I specify paragraph or Text direction to "right-to-left" or
"left-to-right" in vba?

Re: Specify paragraph direction by Shauna

Shauna
Wed Oct 04 07:57:09 CDT 2006

Hi Anita

Use the .ReadingOrder property or the LtrPara and RtlPara methods on a
paragraph.

Look up both ReadingOrder and LtrPara in the VBA help for more info on what
these do.

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word


"anita" <anitagir@yahoo.com> wrote in message
news:1159953673.337542.130940@i3g2000cwc.googlegroups.com...
> How can I specify paragraph or Text direction to "right-to-left" or
> "left-to-right" in vba?
>