MS Excel showing the formula in a cell instead of the resulting value

前端 未结 8 1608
不思量自难忘°
不思量自难忘° 2021-02-18 21:13

\"excel

The above image shows 3 cells containing the form

8条回答
  •  耶瑟儿~
    2021-02-18 21:47

    I had the same problem and solved with below:

    Range("A").Formula = Trim(CStr("the formula"))

提交回复
热议问题