Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
What combination of statements do I want to use to indicate that I want to be able to see the "Sub" procedure I'm creating in the Macro menu (the one revealed with alt+F8) when the project that contains the module is active, but not when it's not?
I tried Option Private Module but that just makes the subs vanish completely, even when they're explicitly declared as public subs wt the procedure level.
I tried Option Private Module but that just makes the subs vanish completely, even when they're explicitly declared as public subs wt the procedure level.