Calling subroutines from Class Modules

D

davidm

Can someone kindly sell me the trick to call up subroutines (residing in
a general module) to a Class Module.-ie I want to make the call while in
the Class Module.

My cumbersome workaround is to duplicate and paste a copy of the
routine I wish to call in the Class Module. Certainly not pretty.


I do know that Class Module is by definition private but so is the
Userform Module which presents no such problem.

TIA

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top