无法创建新的Excel.Application

时间:2013-01-30 18:07:56

标签: vb.net excel interop ms-office excel-interop

我有这个类,我想创建一个新的Excel应用程序来将一些数据导出到Excel工作簿,但我似乎无法自己创建应用程序。

我已将Microsoft.Office.Interop.Excel.dll引用添加到Bin文件夹中:

enter image description here

并尝试添加如下代码:

Imports Microsoft.VisualBasic
Imports Excel = Microsoft.Office.Interop.Excel

Public Class ExcelExport

    Public Sub Export()

        Dim excel As New Excel.Application

    End Sub

End Class

但是当我这样做时,我找不到应用程序:

enter image description here

任何想法为什么它不会工作? VS 2008,VB.NET,.NET 3.5,Office 2007,Windows 7 Ultimate x64

0 个答案:

没有答案