View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patachoup Patachoup is offline
external usenet poster
 
Posts: 19
Default Super 2-axis chart Autoscale Macro ;-)

hello,

I am looking forward coding a macro autoscaling a two vertical axis chart,
with matching major units.

This macro will be linked to the chart by an "OnClick" event

My questions in this context a

- How do you get the maximum and minimum values of a serie from a chart in
VBA, without referring to any sheet range ?

- How do you calculate the average and std dev of this serie? (to get the
major unit)

I already had a look at tons of forums and websites you suggested but nobody
developped that kind of macro, except in AddIns...but I do not want to use
AddIns ;-)

Thanks in advance