View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marc[_21_] Marc[_21_] is offline
external usenet poster
 
Posts: 2
Default Displaying values on graph

I have graph which shows values from A1 to C3. I just change data in cells,
so graph changes with values in those cells.
I would like that values on y axis (ordinate) starts from 0 (zero) and not
from some number. How to solve this through VBA?

Thanks in advance