Thread
:
ChartObjects
View Single Post
#
1
Posted to microsoft.public.excel.programming
Scooter
external usenet poster
Posts: 43
ChartObjects
Why does this work
ActiveSheet.ChartObjects("1020").Activate
but this doesnt
Dim ChartName(12) As String
ChartName(0) = "1020"
I = 0
ActiveSheet.ChartObjects(ChartName(I)).Activate
Reply With Quote
Scooter
View Public Profile
Find all posts by Scooter