[Migrated content. Thread originally posted on 23 February 2005]
A thanks to all who contribute to this forum. By the examples given, I have been able to put formatted data into Excel for my users and they excited by the possibilities.I have been working on the Excel chart example given in a prior post and have been adding features. I am very new to this type of programming and have not been able to translate the following code that it will work:
ActiveSheet.ChartObjects("Chart 2").Activate
ActiveChart.Axes(xlValue).Select
ActiveChart.ChartArea.Select
MsgBox (xlCategory)
MsgBox (xlPrimary)
With ActiveChart
.Axes(xlCategory, xlPrimary).HasTitle = True
.Axes(xlCategory, xlPrimary).AxisTitle.Characters.Text = "X axis Title"
End With
Any help would be greatly appreciated.
Thanks in advance, Duane



