Feb 9, 2005 #1 mlpaskett Programmer Joined Aug 27, 2004 Messages 7 Location US What is the main difference between a module and a class module? Or-when would you need to make a class module instead of a module? Thanks-- Mark
What is the main difference between a module and a class module? Or-when would you need to make a class module instead of a module? Thanks-- Mark
Feb 9, 2005 #2 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US If you want to make an object then use a class module. Upvote 0 Downvote
Feb 9, 2005 Thread starter #3 mlpaskett Programmer Joined Aug 27, 2004 Messages 7 Location US Got it, so... all I need to know now is...when do I need to make an object? Upvote 0 Downvote
Feb 9, 2005 #4 dilettante MIS Joined Apr 13, 2001 Messages 4,475 Location US This is pretty fundamental stuff, and hard to put into a few words or paragraphs. An introductory VB6 book might be your best bet. You might also try a tutorial site. Some information from Microsoft can be found at Programming with Objects. Upvote 0 Downvote
This is pretty fundamental stuff, and hard to put into a few words or paragraphs. An introductory VB6 book might be your best bet. You might also try a tutorial site. Some information from Microsoft can be found at Programming with Objects.