thanks. I think what I really need, after poking around the net a bit more,
is Visual Studio Tools for Office.
I want to run managed code with Excel.
VSTO can be used only for Office 2003 Professional edition and above
versions and stand alone versions of Word 2003 and Excel 2003.
The following article speaks in detail regarding the prerequisites for
VSTO,
http://support.microsoft.com/kb/828087
If you want your add-in portable in all versions of Office (2000 and
above), then I will recommend you to go for the COM add-ins. Please note
that Office 97 is not COM add-in aware.
Please refer to the "COM Add-ins" section from the following article,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/htm
l/vsofficedev.asp
Regards,
Uday Takbhate [MSFT]
Microsoft Developer Support
--------------------
>From: "Tim Zych" <nosapsmafasdfasdf@nasdfasdfasdfasd.xxx>
>References: <#dykdxgmFHA.572@TK2MSFTNGP15.phx.gbl>
<ECB4F267-9D7C-4380-BB0F-0F750C9A9ABB@microsoft.com>
>Subject: Re: Using .Net 2003 with Excel 2003 and O2K
>Date: Sun, 7 Aug 2005 10:09:11 -0700
[quoted text clipped - 33 lines]
>> >
>> > Thanks.