ive a particular function residing in a class module that i really would like to call from my user control. now, i might be missing something, but its not working. what im trying to call looks like this
PassedString = EncryptString(PassedString)
the class module that holds 'EncryptString()' lies in a file called Encryption.cls with a Name field of Encryption.
i believe i could prolly move everything from the class into the control, but then that defeats the point of having a module in the first place.
thanks.