L
Looch
Thanks in advance for any help. I'm having trouble with this code:
Dim xlsApp As Excel.Application
Dim xlsWB As Excel.Workbook
xlsApp = New Excel.Application
xlsApp.Visible = True
......
The problem is Excel.Application is not recognized. I have the Excell
11.0 object reference as well as the Office 11.0 reference (I can't
import Microsoft.Office.Interop.Excel either). Not sure what is going
on.
Any suggestions? I'm using VB 2005 Express.
Dim xlsApp As Excel.Application
Dim xlsWB As Excel.Workbook
xlsApp = New Excel.Application
xlsApp.Visible = True
......
The problem is Excel.Application is not recognized. I have the Excell
11.0 object reference as well as the Office 11.0 reference (I can't
import Microsoft.Office.Interop.Excel either). Not sure what is going
on.
Any suggestions? I'm using VB 2005 Express.