"Most objects have a default property. For a Range object, the default property is the Value property. Therefore, you can omit the .Value part from the preceding code, and it has the same effect. However, it’s usually considered good programming practice to include the property in your code, even if "
"The fact that a property can return an object is a very important concept — a difficult one to grasp, perhaps, but critical to mastering VBA."