Example - Employee
class_Employee
Lets create a simple class based on an employee to illustrate how to use classes.
First you would insert a class module called "class_Employee" with the following code.
This Employee class will define a single, generic, employee.
Insert a standard module with the following code/subroutine.
To work with one particular employee, you just call the properties and methods for that employee.
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext