『壹』 下面VBA程序為什麼在運行時會提示ReDim Preserve score(num)缺少數組
Dim score As Integer你定義的不是數組變數 所以不能redimDim score() As Integer即可