View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bruce Cooley Bruce Cooley is offline
external usenet poster
 
Posts: 11
Default Is there a property to get the values for a point in a chart series?

"Andy Pope" wrote in message
...
: Here is some code to get at the values.
: You can either dump all the values to a variant array or use the
: worksheet INDEX() Function.


Andy,

Good ideas. I'll see if I can work one of these approaches into my code.
Thanks!

Bruce