Connecting Tech Pros Worldwide Forums | Help | Site Map

Question on Visual Studio 2002/2003/2005

Amit
Guest
 
Posts: n/a
#1: May 16 '07


Hello group,

I"m new to COM Interop and Add-Ins. Today I was reading an article
that says: "Use Visual Studio Tools for the Microsoft Office System to
create a new Excel Workbook project in Visual Basic .NET or Microsoft
Visual C#".

I"m using Visual Studio 2002 and I don't see any project type for
Excel !!!

What should I do? does VS 2005 or 2003 have such a project type?

Regards,
Amit


=?Utf-8?B?SHVzYW0gQWwtQScnYXJhag==?=
Guest
 
Posts: n/a
#2: May 16 '07

re: Question on Visual Studio 2002/2003/2005


Hi,
check this out
http://support.microsoft.com/kb/302084

Husam Al-A'araj

"Amit" wrote:
Quote:
>
>
Hello group,
>
I"m new to COM Interop and Add-Ins. Today I was reading an article
that says: "Use Visual Studio Tools for the Microsoft Office System to
create a new Excel Workbook project in Visual Basic .NET or Microsoft
Visual C#".
>
I"m using Visual Studio 2002 and I don't see any project type for
Excel !!!
>
What should I do? does VS 2005 or 2003 have such a project type?
>
Regards,
Amit
>
>
Alvin Bruney [MVP]
Guest
 
Posts: n/a
#3: May 16 '07

re: Question on Visual Studio 2002/2003/2005


Either buy the stand-alone product or buy the add-in. Either way, it's not
free.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley


"Husam Al-A''araj" <HusamAlAaraj@discussions.microsoft.comwrote in message
news:70C761C1-9C31-499A-887D-47E6B874803E@microsoft.com...
Quote:
Hi,
check this out
http://support.microsoft.com/kb/302084
>
Husam Al-A'araj
>
"Amit" wrote:
>
Quote:
>>
>>
>Hello group,
>>
>I"m new to COM Interop and Add-Ins. Today I was reading an article
>that says: "Use Visual Studio Tools for the Microsoft Office System to
>create a new Excel Workbook project in Visual Basic .NET or Microsoft
>Visual C#".
>>
>I"m using Visual Studio 2002 and I don't see any project type for
>Excel !!!
>>
>What should I do? does VS 2005 or 2003 have such a project type?
>>
>Regards,
>Amit
>>
>>

Michael A. Covington
Guest
 
Posts: n/a
#4: May 16 '07

re: Question on Visual Studio 2002/2003/2005



"Husam Al-A''araj" <HusamAlAaraj@discussions.microsoft.comwrote in message
news:70C761C1-9C31-499A-887D-47E6B874803E@microsoft.com...
Quote:
Hi,
check this out
http://support.microsoft.com/kb/302084
Interesting. To get that to work I had to also add:

using System.Reflection;



Closed Thread