View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
bkim bkim is offline
external usenet poster
 
Posts: 2
Default Programming for different version of EXCEL

I am going to start a program that will be used on multiple computers. Some
have EXCEL 2003 and some have 2000. My development machine has 2003.

If I supply the interop DLL from my computer to the machines running 2000
will my program be compatible? if not what is the best way to go about
starting this project?