AD
Administrator
Syncfusion Team
March 24, 2005 09:06 AM UTC
Where are you checking CurrentCell.IsInMoveTo?
It is set to true at the top of the code that implements CurrentCell.MoveTo, and stays true until a Finally block is hit at the bottom of this code.
So, one reason it might be false is if there is some exception being thrown in the MoveTo process. Check your output window to see if any exceptions are noted.