what is a module? what does it do. whats the difference between a class module and a module, thanks for your help.
PanasonicSubz
Printable View
what is a module? what does it do. whats the difference between a class module and a module, thanks for your help.
PanasonicSubz
A module is used to hold global declarations and subs (often API declarations). The difference between a module and a class module is that a class module is more flexable is often used to make DLLs and OCXes. There are other differences but im assuming you are new to VB so I won't get into them.