Hola, estoy desarrollando un plugin para SolidWorks, y necesito interactuar
con Excel y con este codigo:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim m_excel As Excel.Application
Dim fichero As String = "c:\\Terminador\\Pieza base.xls"
Dim objlibroexcel As Excel.Workbook
Dim objhojaexcel As Excel.Worksheet
m_excel = New Excel.Application
m_excel.Visible = True
'm_excel.Quit()
End Sub
Obtengo un mesaje de Error: Unhandled excepction has occurred in a component
in your application. El servidor lanzo
una excepcion (Excepcion from HRESULT: 0x80010105 (RPC E SERVERFAULT).
¿Alguna idea?
Gracias
Leer las respuestas