Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Adding a new worksheet using the Worksheets Add method throws an exception
with error code 0x80010105 (RPC_E_SERVERFAULT - "The server threw an exception."). The code (in C++) looks like this: Worksheets sheets; sheets = book.GetWorksheets(); sheet = sheets.Add(covOptional, covOptional, covOptional, covOptional); This code works without problems with Excel 2000 and 2002. It also worked with Office 2003 without SP1. After installing SP1 however the program fails the way described above. I am running Windows XP SP1 + Office Professional Edition 2003. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel 2003 fails to calculate cells correctly | Excel Discussion (Misc queries) | |||
Excel 2003 Fails to open template | Excel Discussion (Misc queries) | |||
excel 2000 fails to open excel 2003 file | Excel Discussion (Misc queries) | |||
Workbook fails to open - Excel 2003 | Excel Discussion (Misc queries) |