I am using VB 2008 Express. I have a module with several classes in it that several applications share. The way that I do it today is if I make a change to the classes I copy / paste the entire module in the other classes. There must be an easier way.

I am guessing the ability to share the code without copy / paste is there, just don't know where to find it.