when i use a button to this script it worked finevar mytext = Row1.Cell1.value.exData.saveXML();Row2.Cell1.value.exData.loadXML(mytext,1,1);but when i use it in calculate event of Row2.Cell1 it not workedvar mytext = Row1.Cell1.value.exData.saveXML();Row2.Cell1.value.exData.loadXML(mytext,1,1);why ?...