Hi Tom,
In the above post i am not talking about the truncation of the integer.
My actual problem is when we have a list object and we bind the list object with a data source in that case after doing any modification in the list(data) UNDO (CTR+Z) does not work.
myList.SetDataBinding(...);
But i am surprised when i used below statement
myList.Disconnect()
then after on wards UNDO (CTR+Z) is working.
Kindly guide me how to solve this issue.
Environment Details : Excel 2007/2010
Run time version: 3.5 VS2008
K K Sanghi