Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / October 2006

Tip: Looking for answers? Try searching our database.

Cell direction in table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
anita - 04 Oct 2006 10:25 GMT
I have a table with rtl direction with 4 cells one of my cells ontext
is righttoleft what should I do in vba?
Jean-Guy Marcil - 05 Oct 2006 02:04 GMT
anita was telling us:
anita nous racontait que :

> I have a table with rtl direction with 4 cells one of my cells ontext
> is righttoleft what should I do in vba?

Sorry, but I cannot understand what your problem/question is.

Signature

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org

anita - 05 Oct 2006 05:30 GMT
Hi,
I want to know is there any way that I can set cell direction
individualy or not?

> anita was telling us:
> anita nous racontait que :
[quoted text clipped - 10 lines]
> jmarcilREMOVE@CAPSsympatico.caTHISTOO
> Word MVP site: http://www.word.mvps.org
Jean-Guy Marcil - 05 Oct 2006 06:40 GMT
anita was telling us:
anita nous racontait que :

> Hi,
> I want to know is there any way that I can set cell direction
> individualy or not?

Yes.
As Shauna suggested in your previous post, check out the .ReadingOrder
property of the Paragraphs property:

Here I change all cells in a table, but I could have changed only a few of
them, or even only some paragraphs inside some of the cells.

Dim tblTarget As Table
Dim cellCheck As Cell

Set tblTarget = Selection.Tables(1)

For Each cellCheck In tblTarget.Range.Cells
   cellCheck.Range.Paragraphs.ReadingOrder = _
       wdReadingOrderRtl
Next

Signature

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.