Add TextBox - determine position
Posted by Bruno on February 12, 2002 11:30 PM
I want to put a textbox on a sheet with vba using :
ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, 50, 125, 100, 25)
But instead of the left-position (=50) ans the top-position (=125), I want to put the textbox above the active cell.
Any idea's ?