Excel File
- From: "jessi" <amaiae@xxxxxx>
- Date: Mon, 5 Feb 2007 09:20:50 +0100
Hello,
I need to open an excel Workboot from an existing excel file, but I get the
following error:
Old format or invalid type library
Here is my code:
Dim oExcel As Excel.Application
oExcel = New Excel.Application
Dim oWorkbook As Excel.Workbook
oWorkbook =
oExcel.Workbooks.Open(Filename:=Request.ServerVariables("APPL_PHYSICAL_PATH")
& "otrapruebamas.xls") 'This line generates the exception
Dim x As String = oWorkbook.Worksheets(1).Range("A1").Value
I need help, thanks!!
.
- Follow-Ups:
- Re: Excel File
- From: Mark Rae
- Re: Excel File
- From: Alexey Smirnov
- Re: Excel File
- Prev by Date: Re: Error executing version of Net Framework
- Next by Date: Simple thread issue?
- Previous by thread: The old topic: Session variables desappear.
- Next by thread: Re: Excel File
- Index(es):