Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
it's C# code, I am not sure if this is the right place...
please let me know if there're somewhere else I can put this question to... "feather" wrote: my program worked fine with excel 2002, but when my user installed an old excel version 2000 (i.e. the user has 2002 and 2000 on his pc now), my program throw exception when calling the open function...please help... my code: oExlApp = new Excel.Application(); oExlApp.Visible = false; oExlWB = (Excel._Workbook) oExlApp.Workbooks.Open(strSrcFileName, Missing.Value, true, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value , Missing.Value); |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I save an Excel 97-2003 version or 2007 version for Mac 200 | Excel Discussion (Misc queries) | |||
Excell Version Conflict | Excel Worksheet Functions | |||
Recover earlier version of excel sheet after new version saved? | Excel Discussion (Misc queries) | |||
How can I update the version of Excel 2000 9.0 to version 10.0 | Excel Discussion (Misc queries) | |||
Calendar control version conflict? | Excel Programming |