
Class Module(.cls) vs. Module(.bas)
Question: For the same global function, what’s the difference between placing it in a global module and in a class module?Are there any performance issues involved? If so, which way is recommended and better? Answer: Deciding between a standard module and a class module is not a decision based on