for $a=2 To $i
For $b=1 To 5
If $b==3 Then
$c=$b+1
$k[$a][$b]=_ExcelReadCell($oExcel1,$a,$c)
MsgBox(0,"xxxl",$a & " " & $b &" "& $k[$a][$b])
EndIf
Next
Next
Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
$k[$a][$b]=_ExcelReadCell($oExcel1,$a,$c)
^ ERROR
我调用一个excel表中的数据
总是说我这个数组错误 不知道为什么 希望有大侠能解答