Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found that if a single cell includes greater than 1024 chars, using
property Range.FormulaR1C1to read content from the cell must cause an exception, say System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT : 0x800A03EC at System.RuntimeType.ForwardCallToInvokeMember(Strin g memberName, BindingFla gs flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) at Microsoft.Office.Interop.Excel.Range.get_FormulaR1 C1() However, same code, just after keeping chars less than 1024 in a single cell, everything is ok. Is it a Microsoft.Office.Interop.Excel implemenation error? I used MS Excel 11.0 Object Library. Thx in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i get a cell in a sheet to show the last 1024 characters? | Excel Worksheet Functions | |||
Anyone notice excel search within cell limited to first 1024 chars | Excel Discussion (Misc queries) | |||
Beyond 1024 cell content limit | Excel Programming | |||
Display text 1024 characters in a cell | Excel Worksheet Functions | |||
extracting a single char from a string of chars | Excel Programming |