Methods are procedures; they can return values and take arguments. They are most often used to execute code on the object. Methods can be used to set values, but only when passing the value through the argument list. Example for calling a method is:
Object.Open(“c:\a.txt”)