Class Modules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for a web tutorial that can explain about VBA Class Modules.
I need to know what they can do and how to use them.

Thankx in advance
--
.- -. Bye Bye
/|6 6|\ - Pavlos
{/(_0_)\}
/ ^ \_
(/_/^\_\)
 
I have now had a look at all the links recommended. I believe that I now know
more about what a Class Module is and what it can do, but I cant say that I
understand its structure. I also had a look at the book by Excel 2002 Power
Programming With VBA (John Walkenbach) but he has used the Class module to
"Wrap" certain API functions and gives the appearance of being too complex.

I am writing an application used for the design a machine. I would like to
essentially model the machine and give it sertain properties:

NoProbes as Integer 'Either 10,12 or 20
PressureClass 'psi rating
ExplosionProof 'Boolean

The idea is to speed up the code and make it easier to follow
Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top