Q
quest
Dim appAs Excel.Application
Dim chart As Excel.Chart
Set app = CreateObject("Excel.Application")
chart.HasLegend = true
My problem is how do I change the label of the legend used in the
excel.chart ? Can someone show me how to access it ? thanks.
Dim chart As Excel.Chart
Set app = CreateObject("Excel.Application")
chart.HasLegend = true
My problem is how do I change the label of the legend used in the
excel.chart ? Can someone show me how to access it ? thanks.