R Rory Becker Jul 2, 2008 #2 Hello a, What is the difference between (Add module ) and (Add class) Click to expand... Both are code files. A Module is like a Class in which all methods are Static/Shared A Module's members can be accessed (assuming scope is not an issue) without needing to instanciate the module.
Hello a, What is the difference between (Add module ) and (Add class) Click to expand... Both are code files. A Module is like a Class in which all methods are Static/Shared A Module's members can be accessed (assuming scope is not an issue) without needing to instanciate the module.