N Newbie Mar 24, 2010 #1 I've tried this but it doesn't work: .Axes(xlValue).AxisTitle.Text = "EE" Thanks in advance to whomever can help!
I've tried this but it doesn't work: .Axes(xlValue).AxisTitle.Text = "EE" Thanks in advance to whomever can help!
A Andy Pope Mar 25, 2010 #2 Hi, These work for me, activechart.Axes(xlcategory,xlPrimary).hastitle=true activechart.Axes(xlcategory,xlPrimary).axistitle.text="Category Axis" activechart.Axes(xlvalue,xlPrimary).hastitle=true activechart.Axes(xlValue,xlPrimary).axistitle.text="Value Axis" What exactly does 'doesn't work' mean. Do you get an error message? Cheers Andy
Hi, These work for me, activechart.Axes(xlcategory,xlPrimary).hastitle=true activechart.Axes(xlcategory,xlPrimary).axistitle.text="Category Axis" activechart.Axes(xlvalue,xlPrimary).hastitle=true activechart.Axes(xlValue,xlPrimary).axistitle.text="Value Axis" What exactly does 'doesn't work' mean. Do you get an error message? Cheers Andy
N Newbie Mar 25, 2010 #3 Andy Pope rocks!!!!!!!!!!!!!!!!!!!!!!! Again you saved the day! It works! Thank you sooooooooo much!!!
Andy Pope rocks!!!!!!!!!!!!!!!!!!!!!!! Again you saved the day! It works! Thank you sooooooooo much!!!