Hello!I have a quick question! I have a class module which I use to create an object of that type in my form. E.g.
Form code…

Dim aa As MyClass

Set aa = New MyClass
Etc….

Now my question is.. how am I going to find the space “aa” object takes in memory??? I used the “len” function but I get an “Argument not optional” error!

Thanks for your help!!