点击(此处)折叠或打开
-
'select cell A2 by its reference
-
Range("A2").Select
-
'select it again as row 1, column 2
-
Cells(1, 2).Select
-
'the third way
-
[a2].Select
-
'forth way
- evaluate("a2").select
zenith
2022-05-04 闭关修炼中
点击(此处)折叠或打开