Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Add another project (CallingProject) to the project group, this time of type Standard EXE. Add a reference to myProject. Somewhere in CallingProject, do something like this
dim o as myProject.myClass
set o = new myClass
o.MySub