Quote:
> Can any one clarify the following
> What is the diff. Between Class module & Module, What isthe
> advantages of Class Modules.
You can create multiple instances of a class at runtime and each will have
the same properties and methods but will operate on different copies of the
module-level data. Also, classes can be made accessible from DLL and
ActiveX EXE projects while standard modules are private to the project they
are in.
--
Reply to the group so all can participate
Personal replies to bob_butler Chr$(64) cox Chr$(46) net
VB.Net... just say "No"