>I have Visual Basic code in the Page_Load event that makes a
> connection to an Excel 11.0 file. Is it possible to do the equivalent
[quoted text clipped - 8 lines]
> appExcel.Visible = False
> wkbExcel = appExcel.Workbooks.Add("c:\support\Span Tables.xls")
This cannot be done in ASP.NET, as server-side Office Automation doesn't
work - Microsoft will not support any solution which attempts to do this...
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
Instead, use ADO.NET or Aspose:
http://www.google.co.uk/search?sourceid=navclient&aq=t&hl=en-GB&ie=UTF-8&rlz=1T4
GGIH_en-GBGB220GB220&q=Excel+%22ADO%2eNET%22
http://www.aspose.com/Products/Aspose.Cells/Default.aspx

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net