作者:丫头丫头520 | 来源:互联网 | 2023-10-10 11:25
Sub ex2()
Sheets("sheet2").Range("a2").Text = "Anil"
End Sub
I want to copy the data Anil into cell a2, but I am getting RUN time error saying:
我想将数据Anil复制到单元格a2中,但我收到RUN时间错误说:
Unable to set the Text property of the Range class.
无法设置Range类的Text属性。
Can any one advice how to work using TEXT METHOD?
任何人都可以建议如何使用TEXT METHOD工作?
3 个解决方案