In excel I can create a class module to form my own object variables. Is it possible to link that class module to an object or object group?
For example:
I have used several shapes and lines and fancy squigglies to draw a basic diagram of a reactor column. Now I would like to turn this reactor picture into an actual object that I can use in code, like
reactor.type = "catalytic cracker"
reactor.tempF = 730
reactor.chemicals = 6
reactor.feed(1) = "Heavy Gas oil"...
Is there a way to link a class module to an actualy object or group?
-JTBorton
Another Day, Another Disaster
For example:
I have used several shapes and lines and fancy squigglies to draw a basic diagram of a reactor column. Now I would like to turn this reactor picture into an actual object that I can use in code, like
reactor.type = "catalytic cracker"
reactor.tempF = 730
reactor.chemicals = 6
reactor.feed(1) = "Heavy Gas oil"...
Is there a way to link a class module to an actualy object or group?
-JTBorton
Another Day, Another Disaster