sub abc()
cells(1,1)="=="
end sub
请问这个过程为什么不能运行?
请指点一下新手哈!
------解决方案--------------------------------------------------------
- VB code
 
Sub abc()    Cells(1, 1).NumberFormatLocal = "@"    Cells(1, 1) = "=="End Sub
                  Sub abc()    Cells(1, 1).NumberFormatLocal = "@"    Cells(1, 1) = "=="End Sub