Hello Niklas, when I see ScInputHandler::GetFormulaData() method, I discover a interesting phenomenon. USHORT nMRUCount = rOpt.GetLRUFuncListCount(); const USHORT* pMRUList = rOpt.GetLRUFuncList(); It seems that the two avariables above lead to the phenomenon. I believe when inputing one formula into a cell, the corresponding formulas should be shown in the cell, not just the formulas which are used recently(for example: LRU arithmetic).
Regards maoyg 2008-02-22
