Rows.Item("4:4").Select();如何把这段中的4:4改成变量
Dim rowNum As Integer rowNum = 4 Rows.Item(rowNum & ":" & rowNum).Select()