Thanks for the response, I truly appreciate it. I will try this is hopefully it corrects the issue. So, I when I create the classDesign project I need to add a class file and add the clsDates code to that page? Is there anything else I need to do to make that clsDates class visible to
VB? Also in the future when I want to instantiate a clasDates object from another program I am writing, do I also have to add a class file and include the code for clsDates or will
VB know where how to access it if I just say clsDates myDate = new clsDates();?
Thanks again for your help, it is greatly appreciated. And I really love the book, it's definitely the best material out there.