Thread: vba sentax
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 108
Default vba sentax

can someone please tell me what is wrong with this code:

axisvalue = ActiveChart.Axes(x1value, x1value).Value

I am trying to set the value of the variable axisvalue to
equal the minimum value on the left chart axis.