View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Shawn O'Donnell Shawn O'Donnell is offline
external usenet poster
 
Posts: 42
Default Visual Studio .Net C# and Excel

"Adam" wrote:
I am intending to use C# and Excel together, using excel much like a grid
control. Can anyone point me in the right direction for tools in studio 2003
that will allow me to do this?


Let me take a deep breath before I say this:

"Visual Studio Tools for the Microsoft Office System," or VSTO for short.

http://msdn.microsoft.com/office/und...o/default.aspx

It's not part of the standard Visual Studio distribution. If you're an MSDN
subscriber, you'll find it on one of the Developer Tools disks. Otherwise,
check out http://msdn.microsoft.com/howtobuy/vsto/default.aspx for some
sobering news.

Besides the sample code, tutorials & multimedia links available at the first
URL above, there is a relatively new book from MS Press by Andrew Whitechapel
called "Microsoft .NET development for Microsoft Office." I just started it.
Looks promising.

And if you go to all the effort to figure out .NET for Office, you'll be
happy to know you can do more than use Excel as a grid control.