Re: Is updating Excel cells from multiple threads a bad idea?
- From: Hans Merkl <rhmware@xxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Dec 2005 17:35:52 -0500
Tim,
No. They are not updating overlapping regions. Actually the updating works
unless somebody starts to click around in the work*** (no editing). Then
the update function will throw an exception.
Hans
> It perhaps not a good idea to allow both automatic *and* manual updates at
> the same time, even if you're only using a single thread.
> With multiple threads you might want to implement some kind of lock flag, so
> each thread will wait until the previous one has completed its work. Are
> the threads updating overlapping ranges?
>
> Tim
.
- Follow-Ups:
- Re: Is updating Excel cells from multiple threads a bad idea?
- From: "Peter Huang" [MSFT]
- Re: Is updating Excel cells from multiple threads a bad idea?
- References:
- Is updating Excel cells from multiple threads a bad idea?
- From: Hans Merkl
- Re: Is updating Excel cells from multiple threads a bad idea?
- From: Tim Williams
- Is updating Excel cells from multiple threads a bad idea?
- Prev by Date: Re: Importing XML through .NET Web Service with VBA
- Next by Date: RE: Auto-sum (without SendKeys)
- Previous by thread: Re: Is updating Excel cells from multiple threads a bad idea?
- Next by thread: Re: Is updating Excel cells from multiple threads a bad idea?
- Index(es):