Hi all,

I'm busting my brain on the error mentioned above and found nothing to help me.

Here's the issue: I'm using shape objects which I fill with text from my application. In the following example I'm selecting a Shape called "myshape", then filling it with the String "test":

Code:
Word.Application.ActiveDocument.Sections(1).Range.ShapeRange("myshape").Select
Word.Application.Selection.TypeText "test"
On some users' systems with Word 2003 the error occurs on the first line, but we cannot reproduce it on any of our systems using the same system configuration.

Oh yes, I found this hotfix: http://support.microsoft.com/kb/910282. It discribes exactly this problem and recommends installing SP3. But the users who are getting this error have Office 2003 SP3 installed.

I can't imagine I'm the only one dealing with this, so does this look familiar to any of you guys and galls?