Excel 2007 VBA Array Size Limit

后端 未结 3 602
旧时难觅i
旧时难觅i 2020-12-16 04:49

Numerous sources I have found have suggested that the size of arrays for VBA code depends upon the amount of memory in the machine. This however hasn\'t been the case for me

3条回答
  •  無奈伤痛
    2020-12-16 05:06

    Having run some tests it looks like there is a limit of about 500MB for 32-bit VBA and about 4GB for 64-bit VBA (Excel 2010-64).
    I don't know if these VBA limits decrease if you are using a lot of workbook/pivot memory within the same Excel instance.

提交回复
热议问题