单选题 VBA语句“Dim NewArray(10)as Integer”的含义是
【正确答案】 B
【答案解析】[解析] dim newarray(10)as integer表示定义了11个整型数构成的数组,数组元素为newarray(0)至newarray(10)。