Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
It’s been suggested to me that I use a class module to accomplish this. It makes sense given what I’ve been reading about class modules. But I can’t get off the ground.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Do I start by creating a sub that will act as a method in the class module, which will create new controls on the userform I’m working with?
<o> </o>
I can’t figure out how to call the sub in the class module. “Call ClassModuleName.ProcedureName” isn’t working?
<o> </o>
Can anyone offer me any help?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Do I start by creating a sub that will act as a method in the class module, which will create new controls on the userform I’m working with?
<o> </o>
I can’t figure out how to call the sub in the class module. “Call ClassModuleName.ProcedureName” isn’t working?
<o> </o>
Can anyone offer me any help?