This is a new error on a development system that WAS working fine.
I made an image of a customer's development box awhile back, and I now run that in a VM. I fired it up today to be hit with a pain of an error. When Workspace loads and goes into Runtime, I get hit with "System Error &H80040111 (-2147221231) ClassFactory cannot supply requested class" so I hit OK and it takes me into VBA with a "Compile Error: Out of Memory"
If I keep clicking OK, it tends to jump around, but it usually starts in the CFixPicture_Initialize routine and no matter where it goes, "User" is always highlighted, so obviously it's not liking something pertaining to it.
For example, in this section,
User.CurrentPic.CurrentValue = Me.Name
User will be highlighted.
I tried moving the (4) fxg files from the GE folder to my pic folder, but it didn't help.
I made an image of a customer's development box awhile back, and I now run that in a VM. I fired it up today to be hit with a pain of an error. When Workspace loads and goes into Runtime, I get hit with "System Error &H80040111 (-2147221231) ClassFactory cannot supply requested class" so I hit OK and it takes me into VBA with a "Compile Error: Out of Memory"
If I keep clicking OK, it tends to jump around, but it usually starts in the CFixPicture_Initialize routine and no matter where it goes, "User" is always highlighted, so obviously it's not liking something pertaining to it.
For example, in this section,
User.CurrentPic.CurrentValue = Me.Name
User will be highlighted.
I tried moving the (4) fxg files from the GE folder to my pic folder, but it didn't help.