Writing VBA in Excel 2007 for use in Excel 2003

后端 未结 5 1588
甜味超标
甜味超标 2021-01-12 12:23

Where I\'m at the developers have been updated to Excel 2007, but most of the users haven\'t. I\'m building a spreadsheet template (*.xlt) for a user that\'s gonna need som

5条回答
  •  遥遥无期
    2021-01-12 12:43

    The VBA language hasn't changed, but there are additional objects in Office 2007 that are not in Office 2003. Naturally, this will cause a runtime error when you try to access these items in a 2003 environment. What's stopping you from setting about a virtual machine with Excel 2003 to develop under?

提交回复
热议问题