M
Mikko Rantanen via OfficeKB.com
Hi
I need to build two charts by vba.
Thats not so dificult, but how can I modify data in that chart.
Im using MSgraph but if someone has better ideas I take them gratefully.
Sub make_chart()
Selection.InlineShapes.AddOLEObject ClassType:="MSGraph.Chart.8", _
LinkToFile:=False, DisplayAsIcon:=False
End Sub
Regards Mikko
I need to build two charts by vba.
Thats not so dificult, but how can I modify data in that chart.
Im using MSgraph but if someone has better ideas I take them gratefully.
Sub make_chart()
Selection.InlineShapes.AddOLEObject ClassType:="MSGraph.Chart.8", _
LinkToFile:=False, DisplayAsIcon:=False
End Sub
Regards Mikko