Click to See Complete Forum and Search --> : Excel Charts


Hannibal
December 27th, 1999, 11:23 AM
I have a chartobject that i want to apply a built-in custom type to. I have tried:
<SNIP>
new_chart.Chart.SetSourceData Source:=Sheets(wkname).Range(temp), _PlotBy:=xlColumns
</SNIP>
but it seems to just default to a bar type. Any suggestions? Thanks for your help.