View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Martin Martin is offline
external usenet poster
 
Posts: 3
Default VB.NET program compatible with multiple Office versions

Hi,

I am writing a VB.NET program that integrates with Word and Excel to
create word documents automatically.

I am developing on a machine that has Office 2007 installed.

When I test on a machine with Office 2003, it doesn't work.

How do I go about making it work with all versions of office? Do I
need separate versions for each version of office, or is there a
simpler way?

Thanks

Martin