How do you get a Public Sub in a module to be seen in an UserControl. I need a module to write a sub that would be called with "AddressOf". The problem is that the UserControl doesn't seem to see the module. Any ideas?