相关疑难解决方法(0)

Excel VBA - 如何重命名2D数组?

在Excel中通过Visual Basic,我正在迭代加载到Excel中的发票的CSV文件.发票由客户以可确定的模式进行.

I am reading them into a dynamic 2D array, then writing them to another worksheet with older invoices. I understand that I have to reverse rows and columns since only the last dimension of an array may be Redimmed, then transpose when I write it to the master worksheet.

Somewhere, I have the syntax wrong. It keeps telling me that I have already Dimensionalized the array. Somehow did I create it as a static array? What do I …

arrays excel vba excel-vba multidimensional-array

17
推荐指数
4
解决办法
13万
查看次数

标签 统计

arrays ×1

excel ×1

excel-vba ×1

multidimensional-array ×1

vba ×1