Hello.
I’m creating a class (in Excel 2003) to represent an employee.
How can I create a method that returns a value? For example, I have a SalaryChange(value) method but I would like it to return
the new salary.
Is it possible to create a ‘hierarchy’ – that is a sub-class such as an Account? Thank you, Andy.