got problem opening Excel from VB.net
I tried to open .xls file from VB.net using code:
Private ExcelApp as new Excel.applicationClass ()
and adding Microsoft.Excel 11.0 Library to References from the outset
But it still gives "Type 'Excel.ApplicationClass' is not defined" - message.
How can i fix it? or may be i'm doing smth in a wrong way?