View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] demusoli@googlemail.com is offline
external usenet poster
 
Posts: 2
Default Change Axis Title

On Jan 7, 4:42*pm, JLGWhiz wrote:
This is inVBAhelp files:

For the Xaxis:

With Charts("Chart1").Axes(xlCategory)
* * .HasTitle = True
* * .AxisTitle.Text = "July Sales"
End With

For the YaxischangexlCategory to xlValue, and of course, thetitle.



" wrote:
Hello, I am trying to find a way, tochangeAxistitles viaVBA. But I
can only select those. Can anybody help?


Thanks in advance,
Oliver- Hide quoted text -


- Show quoted text -


Thanks, that worked,
Oliver