• Welcome to Valhalla Legends Archive.
 

[VB.NET]Excel With VB

Started by CrAzY, June 26, 2007, 02:15 PM

Previous topic - Next topic

CrAzY

Hi, I am working a job this summer and my current project ask that I rewrite a program from VB 6.0 to VB .NET.  The conversion tool .NET offers creates too much error to correct.  So I am rewriting it from scratch, however, I have never used VB .NET.  However, this isn't my total problem, I have to incorprate Excel both sending and recieving data from it. 

To make a long story short, could anybody reccommend good resources for Excel with VB .NET, and maybe something that could help with key differences between the two platforms.

Thank you in advance.
CrAzY

squeegee

There are macros you can use

Banana fanna fo fanna

I believe you want to just use CreateObject to get your references to the Office stuff. I believe it's in System.Interop (maybe?)