Hi, I'm using this line of code to change the alignemt of
the table (DocTab) to Right-to-Left:
DocTab.TableDirection = wdTableDirectionRtl

It works fine with Word XP.
When using Word 2000, the table is shown as Left-to-Right
but when trying to look for the table properties then it
is Right-to-Left
Whats wrong with Word 2000? is there anything that i can
do?

Thanks in Advance.

Re: Table Alignment by Thomas

Thomas
Wed Jan 07 12:06:58 CST 2004

"Eman Nairoukh" <anonymous@discussions.microsoft.com> wrote in message
news:038101c3d513$c7df7030$a001280a@phx.gbl...
> Hi, I'm using this line of code to change the alignemt of
> the table (DocTab) to Right-to-Left:
> DocTab.TableDirection = wdTableDirectionRtl
>
> It works fine with Word XP.
> When using Word 2000, the table is shown as Left-to-Right
> but when trying to look for the table properties then it
> is Right-to-Left
> Whats wrong with Word 2000? is there anything that i can
> do?
>
> Thanks in Advance.

Per the Word 2000 help file, "To enable the right-to-left features in
Microsoft Word 2000, you must be running a 32-bit Microsoft Windows
operating system that has right-to-left support - for example, the Arabic
version of Microsoft Windows 95."

Perhaps Word XP does not require this and will work on any version of
Windows, but Word 2000 is different. Just a guess. I have no real experience
here!

-Tom