A
Ana via AccessMonster.com
I'm creating table in Access and sending it to Excel via VBA, making chart.
It works ok, but by default in Excel I get chart type Column and I need Line.
I put
Charts.Add
ActiveChart.ChartType = xlLineMarkers
but it doesn't seems to be working... Could you tell me how to set a
different type of chart?
Thanks!
Ana
It works ok, but by default in Excel I get chart type Column and I need Line.
I put
Charts.Add
ActiveChart.ChartType = xlLineMarkers
but it doesn't seems to be working... Could you tell me how to set a
different type of chart?
Thanks!
Ana