Hi,
Using cells in a table :
how do you set the rightAlignment for text in the cell ?
thx
Chris
Cooz - 03 Mar 2006 12:01 GMT
Hi cc,
Same way as for text outside the table.
Place the cursor in the parahraph, or
select the paragraphs, or
select the cell(s)...
... and click the Align Right button on the Formatting toolbar.
Good luck,
Cooz
--
PS: If this is a satisfying answer to your question and you're logged in via
the Microsoft site, please click Yes to "Did this post answer the question?".
Thanks.
> Hi,
>
[quoted text clipped - 3 lines]
> thx
> Chris
Cooz - 03 Mar 2006 12:10 GMT
Ok, in VBA:
For example:
ActiveDocument.Tables(1).Cell(2,3).Range.ParagraphFormat.Alignment =
wdAlignParagraphRight
Good luck,
Cooz
--
PS: If this is a satisfying answer to your question and you're logged in via
the Microsoft site, please click Yes to "Did this post answer the question?".
Thanks.
> Hi,
>
[quoted text clipped - 3 lines]
> thx
> Chris