- Local time
- Tomorrow, 05:44
- Joined
- Jan 20, 2009
- Messages
- 12,895
I don't see the point of creating a Class Module just to hold some public functions. All you would be doing is making it necessary to instantiate an instance of the Class.
Public functions belong in a Standard Module.
Public functions belong in a Standard Module.