Also, the main thing about a class is that it is not a module (.bas) file. Like it was already stated, you can create an instance of a class and access all of its public methods and members.
Did that clear everything up, or do you still have questions?
if (codeWritten = true) and (codePosted = true) then
objComatose.happy = true
else
objComatose.rant = true
end if