Hello,
Can any one tell me how to
create a simple class and
how to call this class in programm
Thanks
Printable View
Hello,
Can any one tell me how to
create a simple class and
how to call this class in programm
Thanks
Add a class module to your program,
Add some code to the module
create a new instance of the class in your general (module / form) code.
Code:Dim myClass as New class1