Are These Coordinates?

M

mtonkovich

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
 
G

Greg Wilson

The first two define the Left and Top coordinates in points. The third and
fourth define the Width and Height in points.

Regards,
Greg
 
M

mtonkovich

Greg - Thank you for the help!

Mike
Greg said:
The first two define the Left and Top coordinates in points. The third and
fourth define the Width and Height in points.

Regards,
Greg
 
Top