E
Edward Ulle
I've search and tried everything I can think of to turn on the secondary
axis. I've even recorded a macro to see what Excel does but no luck.
Set c = Charts.Add
With c
.HasAxis(xlValue, xlSecondary) = True
.Axes(xlValue, xlSecondary).CategoryType = xlAutomatic
End With
I get "Method 'Axes' of objecty '_Chart' failed".
What am I doing wrong?
*** Sent via Developersdex http://www.developersdex.com ***
axis. I've even recorded a macro to see what Excel does but no luck.
Set c = Charts.Add
With c
.HasAxis(xlValue, xlSecondary) = True
.Axes(xlValue, xlSecondary).CategoryType = xlAutomatic
End With
I get "Method 'Axes' of objecty '_Chart' failed".
What am I doing wrong?
*** Sent via Developersdex http://www.developersdex.com ***