这是帮助文件中说的,我也没有试出来,你看看吧,你要实现什么用别的方法不行吗
Description
Sets or returns the text version of the formula in the active cell, in the user's language.
Syntax
F1Book1.FormulaLocal [ = TextVersion ]
Part Type Description
TextVersion String The text version of the formula string, in the user's language.
Remarks
Set this property to enter the text version (in the user's language) of the formula string in the active cell. TextVersion should not have a leading equal sign (=). This property returns the text version of a formula already in the active cell.
Note Use this property if the user must see or enter the formula in their own language. The values of this property change depending on the user's language. This can result in code that will not run correctly in another language version of Formula One. If you want to ensure that formulas behave correctly regardless of the language they are loaded in, use the Formula property.
Copyright ?1998, Tidestone Technologies, Inc.