Hello,

Can please somebody help me?

I'm trying to declare a UserForms Collection as follows:

Dim glbl As vba.Global
Dim usrfrms As vba.Collection
Set usrfrms = New vba.Collection
Set usrfrms = glbl.UserForms

But when I run my VBA-application (Word) I get the error '429', active-X cannot create an object.

Who knows how th handle this?


Chris Jonkheer