Range.HorizontalAlignment Property

Excel Developer Reference

Returns or sets a Variant value that represents the horizontal alignment for the specified object.

Syntax

expression.HorizontalAlignment

expression   A variable that represents a Range object.

Remarks

The value of this property can be set to one of the following constants:

xlCenter
xlDistributed
xlJustify
xlLeft
xlRight

Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

See Also