On a new empty Excel file (Test1.xlsx) I define a Table (named Table1) on Sheet1 and a formula like this=Table1[[#Totals];[Column3]] on Sheet2.
Now I copy (don't move but copy) Sheet1 and Sheet2 on a new Workbook and save it with name Test2.xslsx, formula on Sheet2 changes to=Test1.xlsx!Table1[[#Totals];[Column3]], it's ok, but if I try to change origin by Change Link function, selecting file Test2.xlsx in FileDialog, nothing happen, no errors, no messages, no changed.
Same result I obtain by code when I invoke method ChangeLink(linkName, 'Test2.xlsx'), no exception, but also no changed.
I try this steps on Excel 2007 and Excel 2010 getting the same behavior.
Why, in this case, I can't change origin and any feedback?
Supposedly Change Link don't work with table.
Thanks in advance,
Mauro