VB code to title chart sheets individually
Okay...so can anyone help me with debugging my code.
I have a macro that generates charts on separate sheets and titles them according to the column name...however, i want the sheets (the little tabs) that are made with the charts on them to have labels that match the title of the chart.
this is what I have...there seems to be an error.
ActiveChart.Name = DataSheet.Cells(1, icolumn)
any assistance would be greatly appreciated. thanks guys! :)
|