Hi
I want to set the property of a chart type dynamically
GraphChart.ChartType = xl3dColumnClustered works ok
dim myChartType
myChartType =xl3dColumnClustered
GraphChart.ChartType = myChartType
works ok
but I want to store the chart type as a string in a table and recover it from a listbox
dim myChartType as string
myChartType=me!lstReport.column(3)
GraphChart.ChartType = myChartType
doesn't and I can't find a awy around it
I would be grateful for some ideas
thanks
jonathan
I want to set the property of a chart type dynamically
GraphChart.ChartType = xl3dColumnClustered works ok
dim myChartType
myChartType =xl3dColumnClustered
GraphChart.ChartType = myChartType
works ok
but I want to store the chart type as a string in a table and recover it from a listbox
dim myChartType as string
myChartType=me!lstReport.column(3)
GraphChart.ChartType = myChartType
doesn't and I can't find a awy around it
I would be grateful for some ideas
thanks
jonathan