G
Guest
Hi there,
IF anyone here could show me how to create custom chart in VBA. I want to
create a combination of bar and line chart. What i know is to create a chart,
u need to
Dim chrt as Chart
Set chrt = ChartObjects.Add
chrt.ApplyCustomType(ChartType, TypeName)
I have a problem with the arguments there. Solution, anyone?
thanks,
wira
IF anyone here could show me how to create custom chart in VBA. I want to
create a combination of bar and line chart. What i know is to create a chart,
u need to
Dim chrt as Chart
Set chrt = ChartObjects.Add
chrt.ApplyCustomType(ChartType, TypeName)
I have a problem with the arguments there. Solution, anyone?
thanks,
wira