RE: possible Excel 2003/VSTO bug???
From: Bob le baumeister (2004soft_at_freenet.de)
Date: 12/08/04
- Previous message: Bob le baumeister: "RE: How to read Excel 2000 file using vb.net"
- In reply to: joe: "possible Excel 2003/VSTO bug???"
- Next in thread: MS: "Re: possible Excel 2003/VSTO bug???"
- Reply: MS: "Re: possible Excel 2003/VSTO bug???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Dec 2004 15:59:03 -0800
... well, it seems to be a NineEleven-case ;-) Call 0800-BILLGATES
But... seriously: I'll try this early tomorrow morning. Interesting point.
Regards, Martin
Hamburg,Germany
"joe" wrote:
> I believe I have found a bug with Excel 2003/VSTO.
>
> This method fails if an array element (string) has a length greater
> than 911:
>
> shSheet1.Range("A2").Resize(intIndex, 15).Value = DataArray
>
> It's really weird because I can Dim a string, load a value with a
> length greater than 911, and then just dump that string straight to
> the cell like this and it works fine:
> shSheet1.Range("A5").Value = strTest
>
> so no 911 length limitation there..
>
> but if you dump from the dataarray with an element with a length
> greater than 911, he throws this exception:
>
> HRESULT: 0x800A03EC
>
> anybody confirm/deny?
>
> Thanks-
> Joe
>
>
>
- Previous message: Bob le baumeister: "RE: How to read Excel 2000 file using vb.net"
- In reply to: joe: "possible Excel 2003/VSTO bug???"
- Next in thread: MS: "Re: possible Excel 2003/VSTO bug???"
- Reply: MS: "Re: possible Excel 2003/VSTO bug???"
- Messages sorted by: [ date ] [ thread ]