Yes, it is a custom class from another thread.

Dino, you should use the reference to the forms collection wherever you created it rather than declaring it locally as the code sample shows.

I imagine you will have created it as an application level object so rather than using a dim as in the code above, just reference the app level forms collection object you've created.