Alternative to late Binding?
Greetings, all, new guy here. I found this place quite by accident and Im glad I did! Anyhoo, heres my situation:
Developing some code in another MS-Office compatible app to open excel using OLE, and write some cells. However, Im the only one in the office with the new 2007, while everyone else is running 2003.
There has gotta be another alternative to using early binding: the code developement and execution times are so much slower using early binding, and I know there will be many code changes to come. Is there a third alternative? Some sort of 'load library' call where I can conditionally load the binaries?
Since Im the only user NOT using the same version app, would it be possible to even grab the .tlb from the earlier version of excel and point my references there?
Or perhaps something else id not even considered ?