I am looking to script the automated loading of data from an Excel Worksheet directly into the embedded Chart Data Source within PowerPoint - as opposed to copying the chart in Excel and pasting the linked chart into PowerPoint.
I have attached a link to an image which demonstrates (I hope) my intention.
I tried to implement some of the code on : www.think-cell.com/en/support/manual/exceldataautomation.shtml#x28-21500022.1
But not entirely sure if this is the right approach, plus I am having issues debugging the code for:
Dim tcaddin As Object
Set tcaddin = _
Application.COMAddIns("thinkcell.addin").Object
And genuinely confused as to where in my code to implement what it calls the signature:
tcaddin.UpdateChart( _
pres As PowerPoint.Presentation, _
strName As String, _
rgData As Excel.Range, _
bTransposed As Boolean _
)
Genuinely not sure if I've gone about this the wrong way or if it's even possible, but some new and exciting approaches would be massively appreciated!!
