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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.