Group:  Microsoft Word ยป microsoft.public.word.vba.beginners
Thread: how to set rightAlignment in a cell ???

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

how to set rightAlignment in a cell ???
"cc" <cmrchs[ at ]yahoo.com> 03.03.2006 10:52:19
Hi,

Using cells in a table :
how do you set the rightAlignment for text in the cell ?

thx
Chris


RE: how to set rightAlignment in a cell ???
Cooz 03.03.2006 12:01:27
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.

"cc" wrote:

[Quoted Text]
> Hi,
>
> Using cells in a table :
> how do you set the rightAlignment for text in the cell ?
>
> thx
> Chris
>
>
>
RE: how to set rightAlignment in a cell ???
Cooz 03.03.2006 12:10:26
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.

"cc" wrote:

[Quoted Text]
> Hi,
>
> Using cells in a table :
> how do you set the rightAlignment for text in the cell ?
>
> thx
> Chris
>
>
>

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net