Thread
:
Change Shape text / Color
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Change Shape text / Color
Sub fixtext()
ActiveSheet.Shapes(Application.Caller).Select
Selection.Characters.Text = "Hello World"
End Sub
--
Gary''s Student - gsnu201001
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student