Thread
:
activesheet.shapes("Group 1...n")
View Single Post
#
1
Posted to microsoft.public.excel.programming
Andreww
external usenet poster
Posts: 25
activesheet.shapes("Group 1...n")
Solved this much more easily...
ActiveSheet.Shapes("option button 34").Select
Selection.Characters.Text = "Per User"
Thanks brain!
Andrew
Reply With Quote
Andreww
View Public Profile
Find all posts by Andreww