Strange Error while filling Rema

Strange Error while filling Rema

Hi,
I have a VBA-Wizard which fills a Rema with content from an excel sheet. First it reads the content into an array. Afterwards it should write the content form the array into the Rema, but that is when the error occures:
"Run-time error '-2147467259 (80004005)':
Method 'ClassIdx' of object 'IState' failed

The code in this part of the wizard is:
rema.StateItem(Index).Status = 16641
rema.StateItem(Index).GroupIdx = ArrayState(Index).Alarmgruppe
rema.StateItem(Index).ClassIdx = ArrayState(Index).Alarmklasse

I tried to access the ClassIdx with a simplified code to check if the problem is somewhere in the rest of the code, but even:
rema.StateItem(1).ClassIdx = 1
did just lead to the same error.
Thank you for your help.

This is a migrated post! Originally posted on 01.03.2012 by user mseidel. Please be aware that information can be outdated.