View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Returning the name of a chart


One way...
Dim x As String
x = ActiveChart.Name
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Gordon Humphreys"
wrote in message
Jon Peltier helped by explaining how to see the name of a chart by
Ctrl+click on it. Is there a way of selecting a chart of unknown name -
say by clicking on it - and returning the name to use in code for
subsequent operations eg returning to it, or renaming i?
*** Sent via Developersdex http://www.developersdex.com ***