chart text position

G

Guest

Is there a way to set a text's position on a chart so that if the text is
referring to a cell the position of the text will always be aligned? I'm
running a macro thats linking text on a chart to a cell, and if the cell has
more or less characters the position of the text always changes. I would
like to left justify the text or something. I tried playing around with the
VBA code for this but it hasn't worked. Thanks.
 
G

Guest

aligned to what specifically? What can be used as an anchor point/reference
for the textbox?
 
G

Guest

OKAY I found the culprit

..AutoSize = True

This line needs to be .AutoSize = False

Now my boxes are alligned
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

text position on a chart 1
text position in charts 1
Mouse position within worksheet 13
Adding HPageBreaks after a Chart 1
Text boxs 3
Primary Axis Position 1
Excel Org Chart?? 1
Chart text position 1

Top