Adding Microsfot Office 11 to Project List
I was reading an article in c-sharpcorner that shows how to program for Word/Excel from within Visual studio. the below link shows a screen shot of actually starting a Microsoft Excel Project... (in C#), as oppose to creating a C# project and calling Excel COM object.
http://www.c-sharpcorner.com/Code/2003/Nov/Office11UsingNetImg3.jpg
Problem is that I am unamble to see "Microsoft Office 2003 Projects", in the Project Types.
How or what do i need to add "Microsft Office 2003 Projects" to the list of project types when you select 'File' -> 'New Project'.
If the above link does not work here is a link to the article:
http://www.c-sharpcorner.com/Code/2003/Nov/Office11usingNet.asp
-John