Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create macro that adds several textboxes to a chart. I would
like to position the textboxes with xy coordinates. Another thing I would like to do is use a midpoint range for the x coordinate. So if x was a date range starting 01/01/2006 and ending 01/31/2006 I would want to use 01/15/2006 for the x coordinate. I am using names for the x , y. Here is a quick example for adding text boxes, but I am stuck on positioning the box. Thanks!! With ActiveChart.TextBoxes.Add(340, 212, 257, 17) .Select .AutoSize = True .Formula = "='characters'!$A$2" End With |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I lock the position of a textbox? | Excel Discussion (Misc queries) | |||
Textbox changes position on a copied excel-sheet | Excel Discussion (Misc queries) | |||
textbox position | Charts and Charting in Excel | |||
Position of CellCursor on Screen (absolute position) | Excel Programming | |||
Textbox moves position when Printing? | Excel Discussion (Misc queries) |