Hello again!
Let me start off by stating that I am new to VB.net and this is probably a very simple problem and I am just not realizing it. Here Goes:
I am trying to learn how to Read/Write to a spreadsheet, so I found this tutorial online:
And I started to read it, and I looked at their example and copied in:
Imports System
Imports System.Reflection ' For Missing.Value and BindingFlags
Imports System.Runtime.InteropServices ' For COMException
Imports Excel
It now gives me a squiggly line under "Excel" with the error:
J:\VB.net Projects\Excel_App\Form1.vb(4): Namespace or type 'Excel' for the Imports 'Excel' cannot be found.
So then I read the top and it said do:
TlbImp Excel9.olb Excel.dll
and again I found no help as doing that returned this error:
TlbImp error: Unable to locate input type library: 'D:\Microsoft Visual Studio .
NET 2003\SDK\v1.1\Bin\Excel9.olb'
what do i do?!
Thanks in advanced for the help 
Let me start off by stating that I am new to VB.net and this is probably a very simple problem and I am just not realizing it. Here Goes:
I am trying to learn how to Read/Write to a spreadsheet, so I found this tutorial online:
And I started to read it, and I looked at their example and copied in:
Imports System
Imports System.Reflection ' For Missing.Value and BindingFlags
Imports System.Runtime.InteropServices ' For COMException
Imports Excel
It now gives me a squiggly line under "Excel" with the error:
J:\VB.net Projects\Excel_App\Form1.vb(4): Namespace or type 'Excel' for the Imports 'Excel' cannot be found.
So then I read the top and it said do:
TlbImp Excel9.olb Excel.dll
and again I found no help as doing that returned this error:
TlbImp error: Unable to locate input type library: 'D:\Microsoft Visual Studio .
NET 2003\SDK\v1.1\Bin\Excel9.olb'
what do i do?!