Add Text To Shape Vba

[Solved] Add Text To Shape Vba | Vb - Code Explorer | yomemimo.com
Question : add text to Shape VBA

Answered by : jaco-de-villiers

ActiveWorksheet.Shapes(shapeIndex/Name).TextFrame2.TextRange.Text = "Hello shape"

Source : | Last Update : Fri, 24 Apr 20

Question : Add Formula to Shape Text in VBA

Answered by : jaco-de-villiers

Activesheet.Shapes(i).DrawingObject.Formula = "=A1" 

Source : | Last Update : Fri, 24 Apr 20

Answers related to add text to shape vba

Code Explorer Popular Question For Vb