View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jignesh Gandhi[_2_] Jignesh Gandhi[_2_] is offline
external usenet poster
 
Posts: 1
Default Exception from HRESULT: 0x800A03EC while binding values to a range

Hi

I'm trying to fill the values from an array to the range. But the moment the
length of any text goes beyond 910 characters, it throws error "Exception
from HRESULT: 0x800A03EC". Can anybody help me? I don't want to fill the
data cell by cell as it does work but its very very slow.
Thanks in advance
Jignesh Gandhi