Book On Office and VB.NET

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

looking for the most comprehensive recommendations for a book on vb.net and
excel and word automation or seperate books for excel and word automation.

Thank you.
 
I'm a VB.Net developer for Microsoft Word, and I'm not aware of any books
that cover the subject. However, there are reference books from Microsoft
on using VBA/VB6 with Office, and it's fairly trivial to convert those
examples to VB.Net.

This one is out of print, but is available on MSDN:

Microsoft Office 2000/Visual Basic Programmer's Guide
http://msdn.microsoft.com/library/d...eovroffice2000visualbasicprogrammersguide.asp

There are also lots of VB.Net/Office examples on MSDN. Here's a starting
point:

Visual Studio .NET and Office Development
http://msdn.microsoft.com/vstudio/office/default.aspx
 
Back
Top