I recorded the following macro and I have no idea what the following
numbers in () are. Could someone please help?
ActiveChart.ChartArea.Select
With ActiveChart.TextBoxes.Add (338, 207, 374, 16)
Perhaps the numbers define the coordinates of the text box?
Yes/no?
Thanks in advance.
Mike
Greg Wilson - 29 Jul 2006 22:00 GMT
The first two define the Left and Top coordinates in points. The third and
fourth define the Width and Height in points.
Regards,
Greg
> I recorded the following macro and I have no idea what the following
> numbers in () are. Could someone please help?
[quoted text clipped - 9 lines]
>
> Mike
mtonkovich@msn.com - 31 Jul 2006 20:28 GMT
Greg - Thank you for the help!
Mike
> The first two define the Left and Top coordinates in points. The third and
> fourth define the Width and Height in points.
[quoted text clipped - 15 lines]
> >
> > Mike