Excel vba求助一个数组写入另一个数组

如题所述

例如将Ar数组中的数据写入Br中
主要代码:
for i=1 to ubound(ar)
br(i-1)=ar(i-1)
next i
温馨提示:答案为网友推荐,仅供参考
相似回答