use the following code
Dim ExcelApp As New Excel.ApplicationClass
ExcelApp.Visible = True
ExcelApp.Workbooks.Open("C:\Book1.xls")
"Gary" <anon...@discussions.microsoft.com> wrote in message
news:2FD7AD2D-F0DD-4AA0...@microsoft.com...
> How can I open an Excel Document from vb.net?
>
> Thanks
> Gary
I think you find it here
Office
http://support.microsoft.com/default.aspx?scid=kb;EN-US;311452
or there
http://msdn.microsoft.com/office/
I hope this helps?
Cor
\
¤ How can I open an Excel Document from vb.net?
Plenty of articles out there:
HOWTO: Automate Microsoft Excel from Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;301982&Product=vbNET
Paul ~~~ pcle...@ameritech.net
Microsoft MVP (Visual Basic)
HOWTO: Automate Microsoft Excel from Visual Basic .NET
<http://support.microsoft.com/default.aspx?scid=kb;en-us;301982>
Other HOWTO articles on Excel + VB.NET:
--
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>