2016-06-28 55 views

回答

0

您應該使用

Dim MyArray As Variant 
myArray = Worksheets("Sheet1").ListObjects("TableName").ListRows(index).Range.Value 
相關問題