Answers for "add text to Shape VBA"

VBA
0

add text to Shape VBA

ActiveWorksheet.Shapes(shapeIndex/Name).TextFrame2.TextRange.Text = "Hello shape"
Posted by: Guest on April-17-2020

Code answers related to "VBA"

Browse Popular Code Answers by Language