C
claws
Hi everybody
I often need to develop, e.g. an access application, which needs to
open Word or Excel. This in it self is straight forward. However, more
often than not, the users of the database have different versions of
office installed, so the reference made to e.g. Outlook 11.0 is not
sufficient.
1) How do I develop version-independent?
2) Are Office applications all backward compatible so that I can
develop for the lowest version, and be sure that all later
versions will work for this? Then I guess, I could use
CreateObject for late-binding, or?
Thanks a lot
I often need to develop, e.g. an access application, which needs to
open Word or Excel. This in it self is straight forward. However, more
often than not, the users of the database have different versions of
office installed, so the reference made to e.g. Outlook 11.0 is not
sufficient.
1) How do I develop version-independent?
2) Are Office applications all backward compatible so that I can
develop for the lowest version, and be sure that all later
versions will work for this? Then I guess, I could use
CreateObject for late-binding, or?
Thanks a lot