how to INPUT text in shape with enter and spacein vba

The solution for “how to INPUT text in shape with enter and spacein vba” can be found here. The following code will assist you in solving the problem.

If Range(“F84”) = “NOT” Then
ActiveSheet.Shapes.Range(Array(“txbox2”)).Select
Selection.ShapeRange.TextFrame.Characters.Text = “ƒ^ƒCƒ€ƒXƒCƒbƒ`“P‹Ž—L‚è”

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts