C Cor Mar 3, 2004 #2 Hi 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? Click to expand... \
Hi 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? Click to expand... \
I Ian Mar 3, 2004 #3 Open your vb.net project and create a COM reference to Microsoft Excel 9.0 Object Library use the following code Dim ExcelApp As New Excel.ApplicationClass ExcelApp.Visible = True ExcelApp.Workbooks.Open("C:\Book1.xls")
Open your vb.net project and create a COM reference to Microsoft Excel 9.0 Object Library use the following code Dim ExcelApp As New Excel.ApplicationClass ExcelApp.Visible = True ExcelApp.Workbooks.Open("C:\Book1.xls")
P Paul Clement Mar 3, 2004 #4 ¤ 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 ~~~ (e-mail address removed) Microsoft MVP (Visual Basic)
¤ 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 ~~~ (e-mail address removed) Microsoft MVP (Visual Basic)
H Herfried K. Wagner [MVP] Mar 3, 2004 #5 * "=?Utf-8?B?R2FyeQ==?= said: How can I open an Excel Document from vb.net? Click to expand... 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: <http://support.microsoft.com/common...To Articles&LL=kbvbnetSearch&SZ=kbhowtomaster>
* "=?Utf-8?B?R2FyeQ==?= said: How can I open an Excel Document from vb.net? Click to expand... 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: <http://support.microsoft.com/common...To Articles&LL=kbvbnetSearch&SZ=kbhowtomaster>