View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Raas Raas is offline
external usenet poster
 
Posts: 9
Default How do I refer to a freeform name and number on a chart using

Thank you, but I already knew this part. I want to be able to retrieve the
freeform name and number from the system so I can refer to it. Each new
polygon I put on this chart gets a new freeform number assigned
automatically, and I need to retrieve this number out of the name.
--
Raas


"Vic Eldridge" wrote:

ActiveChart.Shapes("Freeform 1").Fill.ForeColor.RGB = vbRed

"Raas" wrote:


--
Raas