JCReynolds79
Programmer
- Sep 24, 2009
- 5
Hi all,
I have a chart, which has a textbox on it, which is part of the chart, i.e. when I move the chart, the textbox goes with it.
I want to be able to position the text box relative to the chart axes if at all possible.
So far I have only worked out that I can position the textbox relative to the whole chart window. i.e. .Top = 0 and .Left = 0 will put the text box at the very top left of the whole chart 'window'.
I would like to move the textbox relative to the axes, drivin by vb code so as the shape of the chart changes, the text box can be driven to be in the right place (a visual thing).
Thanks in advance,
Jon
I have a chart, which has a textbox on it, which is part of the chart, i.e. when I move the chart, the textbox goes with it.
I want to be able to position the text box relative to the chart axes if at all possible.
So far I have only worked out that I can position the textbox relative to the whole chart window. i.e. .Top = 0 and .Left = 0 will put the text box at the very top left of the whole chart 'window'.
I would like to move the textbox relative to the axes, drivin by vb code so as the shape of the chart changes, the text box can be driven to be in the right place (a visual thing).
Thanks in advance,
Jon