View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Billabong Billabong is offline
external usenet poster
 
Posts: 1
Default Returning values from a multiple chart series


Hi,

How do I return a value from a multiple chart series using VBA code.
E.g. I would like to get the minimum value of the chart series, whe
xlvalues1= 0.9, 1.2, 0.9, 1.3, 1,5
xlvalues2 = 2.0,2.0,2.0,2.0,2.0
xlvalues3 = 1.0, 1.0, 1.0, 1.0, 1.0

I would like to return the minimum value among the values represente
on these series = 0.9

More power!!!

BR,
Bil

--
Billabon
-----------------------------------------------------------------------
Billabong's Profile: http://www.excelforum.com/member.php...fo&userid=1090
View this thread: http://www.excelforum.com/showthread.php?threadid=26901