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
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?