ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   text position in charts (https://www.excelbanter.com/excel-programming/381997-text-position-charts.html)

Chris

text position in charts
 
Is there a way to set chart text to an absolute position on a chart? I have
text pointing to a cell (which is different length for each spreadsheet) and
when I run a macro the text box that gets created is in a different position
each time. Is it possible to left justify the text in VBA? I tried changing
Increment to Absolute but that didn't work in this code:

Selection.ShapeRange.IncrementLeft 255.34
Selection.ShapeRange.IncrementTop -206.95

Thanks

Jon Peltier

text position in charts
 
I thought this was answered in another thread:

selection.shaperange.top=10
selection.shaperange.left=15

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Chris" wrote in message
...
Is there a way to set chart text to an absolute position on a chart? I
have
text pointing to a cell (which is different length for each spreadsheet)
and
when I run a macro the text box that gets created is in a different
position
each time. Is it possible to left justify the text in VBA? I tried
changing
Increment to Absolute but that didn't work in this code:

Selection.ShapeRange.IncrementLeft 255.34
Selection.ShapeRange.IncrementTop -206.95

Thanks





All times are GMT +1. The time now is 01:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com