G
Guest
In previous office versions I was using the commands below for adding an
Excel chart on current slide.
PPT_SLD.Shapes.AddOLEObject Left:=var_chrt_L, Top:=var_chrt_T,
Width:=var_chrt_W, Height:=var_chrt_H, ClassName:="Excel.Chart.8",
Link:=msoFalse
How can I add chart now in 2007 from code ? (it's not easy now that macro
recorder is removed)
Thanks a lot in advanve.
Excel chart on current slide.
PPT_SLD.Shapes.AddOLEObject Left:=var_chrt_L, Top:=var_chrt_T,
Width:=var_chrt_W, Height:=var_chrt_H, ClassName:="Excel.Chart.8",
Link:=msoFalse
How can I add chart now in 2007 from code ? (it's not easy now that macro
recorder is removed)
Thanks a lot in advanve.