View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Intellihome[_22_] Intellihome[_22_] is offline
external usenet poster
 
Posts: 1
Default Why xlAxisCrossesMinimum works as xlAxisCrossesMaximum


Hello I've got another problem,

why when I try to set

ActiveChart.Axes(2, xlPrimary).Crosses = xlAxisCrossesMinimum

or

ActiveChart.Axes(2, xlPrimary).Crosses = xlAxisCrossesMaximum

or

ActiveChart.Axes(2, xlPrimary).Crosses = 2

or

ActiveChart.Axes(2, xlPrimary).Crosses = 4

I always get the same result, which is xlAxisCrossesMaximum. Absolutel
no difference.

???
Thank you!!

--
Intellihom
-----------------------------------------------------------------------
Intellihome's Profile: http://www.msusenet.com/member.php?userid=147
View this thread: http://www.msusenet.com/t-187053295