Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I assume you're using .NET for this?
Have you tried late binding to see if you get the same result? It would look something like:# Dim objExcel As Object ObjExcel=CreateObject("Excel.Application") .... -- Regards, Bill Lunney www.billlunney.com "Luca Orlandi" wrote in message ... I wish to programmaticaly set the calculation method to manual; my code is something like: Excel.Application eApp = new Excel.ApplicationClass(); eApp.Calculation = Excel.XlCalculation.xlCalculationManual; But an exception is thrown: Exception: System.Runtime.InteropServices.COMException Message: Exception from HRESULT: 0x800A03EC. Source: Interop.Excel at Excel.ApplicationClass.set_Calculation (XlCalculation RHS) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum of rows with exception of row x, y, z... | Excel Discussion (Misc queries) | |||
Sum Based on Exception | Excel Discussion (Misc queries) | |||
Application.Calculation Problems | Excel Worksheet Functions | |||
WHAT ARE THE CAUSES FOR 'EXCEPTION ERROR ' | Excel Discussion (Misc queries) | |||
handle #VALUE exception | Excel Worksheet Functions |