View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel interop versions

Think you can find some of your answers he
http://support.microsoft.com/default...b;en-us;311452
INFO: Develop Microsoft Office Solutions with Visual Studio .NET

about 1/4 to 1/3 through the article:

Automation of Office from Visual Studio .NET

--
Regards,
Tom Ogilvy



"Maik" wrote in message
...
Hello,
I've developed an assembly, which opens an excel workbook and readout the
range names and -values. I'm working with Office XP PIA on my computer. I
want to deploy this assembly on computers, using excel version
97/2000/2002/2003.

Now I'd like to try copy the object file excel8.olb from our customer to

use
it on my developing machine. After compile I want to copy my assembly and

the
new gernerated file excel.interop.dll to our customers computer. Is this
allowed by Microsoft?

Best regards
Maik