View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.charting
Kelly O'Day Kelly O'Day is offline
external usenet poster
 
Posts: 103
Default Setting chart scale min/max in VBA

Here's an example of setting min and max dates for a trend chart.

http://processtrends.com/pg_charts_s..._max_dates.htm

Kelly O'Day

http://Processtrends.com



"Andy Pope" wrote in message
...
Hi,

See Jon's page,
http://peltiertech.com/Excel/Charts/...nkToSheet.html

Cheers
Andy

wrote:
Would like to set the scale on several different charts in the same
workbook based on min and max values in a data range. Can do it manually
but it would be nice to automate it. Any help?