You're about to enter the zone known as DLL Hell! Obviously, Excel 97 doesn't have access to the XP DLLs, so it will complain mightily about missing components or 'project or library not found' and highlight something daft like Left(...) as the culprit. Unless you have a copy of 97 lying around, you will have to take you app to the client, and re-link the references to the Excel 8.0 library. Also check that you're not using any other Office libraries later than 8. If you're lucky, you will not have used any ver. 10 specific code, and everything will run happily, otherwise you will have learned a most valuable lesson:-
when developing, always use the same version of Office as the client will use in production!
There are two secrets to success in this world:
1. Never tell everything you know
|