Excel 2007 rows limit for Excel 2003 macros

柔情痞子 提交于 2019-12-11 13:56:43

问题


I understand that Excel 2003 has 65,536 rows limitation which was increased to 1,048,576 in Excel 2007.

My question is : If a macro targets Excel 2003, and is opened in Excel 2007, does the 65,536 rows limit still apply?

Thanks in advance.


回答1:


If you're working inside 2007 the limit that will apply is 1,048,576 rows.

See this for an example of what can break your party:

http://www.excelforum.com/excel-programming/649719-problem-excel-2003-row-limit-65k-affecting-my-excel2007-macros.html



来源:https://stackoverflow.com/questions/3463992/excel-2007-rows-limit-for-excel-2003-macros

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!