Thread
:
Naming Chart
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
Naming Chart
If the tab name currently shows Chart1 and you want it to show yyy
Charts("Chart1").Name = "yyy"
Regards,
Tom Ogilvy
"Pedro" wrote in message
...
What I write in order to Name a chart as yyy
regards
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy