Imitation Excel formulas
我想设置一个Excel单元格的两个values.one是可见的,另一个将显示在单元格激活时的编辑框中。就像一个公式一样,除了公式是一个正常的数字。可以通过vba工作吗?有人可以帮助我请这个?
The formula bar will always show the value of the cell.
The cell itself can have formatting applied that changes the display of the value. For example, the screenshot shows a cell with a custom number format of
Custom format #
The formula bar and the cell cannot contain two different values, not even with VBA.
链接地址: http://www.djcxy.com/p/60788.html上一篇: Excel公式计算70
下一篇: 模仿Excel公式