Is it possible to set the source data of a chart to an external reference / workbook. I have tried the following but to no avail:
Can anyone help ?
Code:
Activechart.SetSourceData Source:=Workbooks(Filepath\WorkbookName.xls).Sheets ("Data").Range ("A1:Z1"), PlotBy:= xlrows
Can anyone help ?