PDA

View Full Version : VBA -> attribute tag alignment



j_r_auden
8th Feb 2005, 04:58 pm
Is there a way to align an attribute tag to the center.

For example, when I add a block it has two attributes, size & length. The problem is that the block does not look good because it is not centered. It looks like this



2"
Peice of pipe -> ----------------------- (not centered)
5'-11"

I want it to look like this


2"
Peice of pipe -> ----------------------- (centered)
5'-11"

How can I center these textstrings ???

Thanks for the help !!! :)

hendie
8th Feb 2005, 05:09 pm
Check the text style definition you are creating the attribute with

j_r_auden
8th Feb 2005, 07:12 pm
my initial post did not come out as I wanted it to, so it probably made no sense.

Thanks for the help,