Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For now, I simply want to launch Excel from a C# windows application. I've
found the MS Office Interop libraries with no documentation. I'm expecting the following code to open the c:\temp.xls: ApplicationClass excelApp = new ApplicationClass(); excelApp.Workbooks.Open("c:\\temp.xls",Type.Missin g,Type.Missing,Type.Missing,Type.Missing,Type.Miss ing,Type.Missing,Type.Missing,Type.Missing,Type.Mi ssing,Type.Missing,Type.Missing,Type.Missing,Type. Missing,Type.Missing); What I'm getting is an EXCEL.EXE process started, but Excel never launches. I'm trying to simply and quickly implement this as a part of a prototype app where resulting data is displayed using Excel. Any help would be appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel will not launch | Excel Discussion (Misc queries) | |||
Can't launch Excel | Excel Discussion (Misc queries) | |||
excel fails to launch | Excel Discussion (Misc queries) | |||
Macro launch - Button vs Manual launch , has different results. | Excel Programming | |||
Excel No-Launch | Excel Programming |