Hi
I am trying to get the screen position of a text box so I can draw an arrow to it
I created it using:
ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, posx, posy, lenx, leny).Select
But later in the code I can;t sem to find any way of determining it position
Have tried
Activesheet.shapes("my shape"). nodes.item(2).left
Activesheet.shapes("my shape"). nodes.item(2).top
etc...
But no joy
Any ideas ?
Bookmarks