문제

I would like to break the links in the datasheet of an embedded chart object . This code updates the links, but I need the links broken. Thanks

pptWorkbook.UpdateLink pptWorkbook.LinkSources(1)

PS. How do you update multiple link sources without and error message.?

도움이 되었습니까?

해결책

I think I solved this once by simply assigning a vbnullstring or "" as link, which then appears in the link dialog as NULL (so I am taking about charts pasted from Excel it this is what you mean by embedded chart; because your question makes no sense if you mean a 'native' ppt2007+ chart object)

다른 팁

Ungroup the shape that represents the chart. That breaks the link, converts the chart into a vector (ie, EMF/WMF) graphic.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top