I am developing an application that should interact with versions of MSWord and PPT 2003, 2007 and 2010. I read several articles and found that Late binding is the best option.
Can someone post some sample code how to do this for word and PPT?
How to get running instances of the application, regardless of their version?
source
share