Thread: Naming Chart
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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