How i can align vertical center and horizontal center a single line text to a shape (in vbs) ?
thank you
get the bounds (top/left and bottom/right) of both your shape and your text, then get the width/height of both and divide by two to get the center point, then based on your findings move either or both into place.