Feb 9, 2005 #1 mlpaskett Programmer Aug 27, 2004 7 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 Jan 3, 2005 5,457 US If you want to make an object then use a class module. Upvote 0 Downvote
Feb 9, 2005 Thread starter #3 mlpaskett Programmer Aug 27, 2004 7 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 Apr 13, 2001 4,475 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.