selahlynch
Registered User.
- Local time
- Today, 14:28
- Joined
- Jan 3, 2010
- Messages
- 63
1) Are there convenient ways to test code from a class module?
Every time I try to run a procedure from my class module in my immediate window I get an error "Sub or Function not defined"
2) Is it possible to run a procedure from a class module outside of the class module?
I'm imagining something like this:
Forms("CourseAttendance").Module.AClassProcedure()
Every time I try to run a procedure from my class module in my immediate window I get an error "Sub or Function not defined"
2) Is it possible to run a procedure from a class module outside of the class module?
I'm imagining something like this:
Forms("CourseAttendance").Module.AClassProcedure()