Hi Everyone,
I need to adapt this code so that it runs against a user selected shape (the "active shape").
At the moment, the shape name has to be used, and I can't use the names.
Any ideas?
I need to adapt this code so that it runs against a user selected shape (the "active shape").
Code:
Sub Macro2()
'
ActiveSheet.Shapes("Rounded Rectangle 1").TextFrame.Characters.Font.ColorIndex = 0
End Sub
Any ideas?