I am trying to do an Export to Excel using vb.net in a Windows Application, AND, I realize there are many good threads already here on the topic.
BUt I have a problem. I have added the Excel reference from COM, the Excel 11 Object Library, I can see it in my Solution Explorer, but I am still getting an error on my line:
Dim excelApp As New excel.application
with the wavy error line under excel.application
It's like it's not recognizing the reference. I have also tried an Imports and Inherits just for the heck of it, but still am not having any luck.
Help! I need to break through this first step....
BUt I have a problem. I have added the Excel reference from COM, the Excel 11 Object Library, I can see it in my Solution Explorer, but I am still getting an error on my line:
Dim excelApp As New excel.application
with the wavy error line under excel.application
It's like it's not recognizing the reference. I have also tried an Imports and Inherits just for the heck of it, but still am not having any luck.
Help! I need to break through this first step....