1、VBA数组 1、 Sub Arraytest() Dim arr As Variant arr = Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) MsgBox "arr数组的第4个元 ...