View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default graphics scale minimum

Unfortunately, XL doesn't support dynamic axis parameters.

You could use code to do the needful. For a readymade add-in, see
AutoChart Manager
http://www.tushar-mehta.com/excel/so...art/index.html

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hello,

I'm creating a horizontal bar chart. The horizontal axis is a date, and I
want the minimum of the axis to be todays date TODAY() , and the maximum to
be 30 days ahead.

I know how to do this manually, by enterinng the dates via the 'scale'
minimum & maximum tabs, but can it be done automatically ?


I have Excel 2000

Thanks

KK